aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-07-12 16:24:27 -0400
committerMarc Alexander <admin@m-a-styles.de>2013-07-12 16:24:27 -0400
commit07eadac2f6a57075450c5b543770904839e3764a (patch)
treef7a2101d341bf642b38e08d47f2f91fb3d835f2c /phpBB/language/en/acp/common.php
parent036a4188f3409387046aacaf22854edae4ace999 (diff)
downloadforums-07eadac2f6a57075450c5b543770904839e3764a.tar
forums-07eadac2f6a57075450c5b543770904839e3764a.tar.gz
forums-07eadac2f6a57075450c5b543770904839e3764a.tar.bz2
forums-07eadac2f6a57075450c5b543770904839e3764a.tar.xz
forums-07eadac2f6a57075450c5b543770904839e3764a.zip
[ticket/11112] Use https for user-visible links to phpbb.com
PHPBB3-11112
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 00155dd335..04d614c80d 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -292,7 +292,7 @@ $lang = array_merge($lang, array(
// PHP info
$lang = array_merge($lang, array(
- 'ACP_PHP_INFO_EXPLAIN' => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by <a href="http://www.phpbb.com/about/team/">official team members</a> on the support forums.',
+ 'ACP_PHP_INFO_EXPLAIN' => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by <a href="https://www.phpbb.com/about/team/">official team members</a> on the support forums.',
'NO_PHPINFO_AVAILABLE' => 'Information about your PHP configuration is unable to be determined. Phpinfo() has been disabled for security reasons.',
));