1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11135] Full replacement of credit link to https

PHPBB3-11135
This commit is contained in:
Vinny
2012-10-05 21:18:59 -03:00
parent 8428b53087
commit 95d02d74ac
10 changed files with 10 additions and 10 deletions

View File

@@ -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,