diff options
| author | Vinny <vinny@suportephpbb.com.br> | 2012-10-05 21:18:59 -0300 |
|---|---|---|
| committer | Vinny <vinny@suportephpbb.com.br> | 2012-10-05 21:18:59 -0300 |
| commit | 95d02d74ac6d71578a98e8850140d9a6cad7e852 (patch) | |
| tree | 0f9a5ee6e4df3cb81683fef9b59405e27e124572 /phpBB/install/index.php | |
| parent | 8428b530871f4f8e651fc19e68ea1949f3435fd7 (diff) | |
| download | forums-95d02d74ac6d71578a98e8850140d9a6cad7e852.tar forums-95d02d74ac6d71578a98e8850140d9a6cad7e852.tar.gz forums-95d02d74ac6d71578a98e8850140d9a6cad7e852.tar.bz2 forums-95d02d74ac6d71578a98e8850140d9a6cad7e852.tar.xz forums-95d02d74ac6d71578a98e8850140d9a6cad7e852.zip | |
[ticket/11135] Full replacement of credit link to https
PHPBB3-11135
Diffstat (limited to 'phpBB/install/index.php')
| -rw-r--r-- | phpBB/install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 5135e2dbd8..ad46e273c2 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -569,7 +569,7 @@ class module echo ' </div>'; echo ' </div>'; echo ' <div id="page-footer">'; - echo ' Powered by <a href="http://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group'; + echo ' Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group'; echo ' </div>'; echo '</div>'; echo '</body>'; |
