aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-10-06 06:12:45 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-10-06 06:12:45 +0200
commit281afb8bd6ff7e8dc54fd7850e5eb1a7e7562899 (patch)
tree0f9a5ee6e4df3cb81683fef9b59405e27e124572 /phpBB/install
parent8428b530871f4f8e651fc19e68ea1949f3435fd7 (diff)
parent95d02d74ac6d71578a98e8850140d9a6cad7e852 (diff)
downloadforums-281afb8bd6ff7e8dc54fd7850e5eb1a7e7562899.tar
forums-281afb8bd6ff7e8dc54fd7850e5eb1a7e7562899.tar.gz
forums-281afb8bd6ff7e8dc54fd7850e5eb1a7e7562899.tar.bz2
forums-281afb8bd6ff7e8dc54fd7850e5eb1a7e7562899.tar.xz
forums-281afb8bd6ff7e8dc54fd7850e5eb1a7e7562899.zip
Merge remote-tracking branch 'mvinny/ticket/11135' into develop-olympus
* mvinny/ticket/11135: [ticket/11135] Full replacement of credit link to https
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php2
-rw-r--r--phpBB/install/database_update.php2
-rw-r--r--phpBB/install/index.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index 7d6fed6164..960cc5b335 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -33,7 +33,7 @@ $convertor_data = array(
'forum_name' => 'phpBB 2.0.x',
'version' => '1.0.3',
'phpbb_version' => '3.0.11',
- 'author' => '<a href="http://www.phpbb.com/">phpBB Group</a>',
+ 'author' => '<a href="https://www.phpbb.com/">phpBB Group</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,
'dbport' => $dbport,
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 5a186d0eeb..40837145ba 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -527,7 +527,7 @@ function _print_footer()
</div>
<div id="page-footer">
- Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group
+ Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group
</div>
</div>
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>&reg; Forum Software &copy; phpBB Group';
+ echo ' Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group';
echo ' </div>';
echo '</div>';
echo '</body>';