mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/11112] Use https for user-visible links to phpbb.com
PHPBB3-11112
This commit is contained in:
@@ -329,7 +329,7 @@ $help = array(
|
||||
),
|
||||
array(
|
||||
0 => 'Who wrote this bulletin board?',
|
||||
1 => 'This software (in its unmodified form) is produced, released and is copyright <a href="http://www.phpbb.com/">phpBB Group</a>. It is made available under the GNU General Public License and may be freely distributed. See the link for more details.'
|
||||
1 => 'This software (in its unmodified form) is produced, released and is copyright <a href="https://www.phpbb.com/">phpBB Group</a>. It is made available under the GNU General Public License and may be freely distributed. See the link for more details.'
|
||||
),
|
||||
array(
|
||||
0 => 'Why isn’t X feature available?',
|
||||
|
Reference in New Issue
Block a user