diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-06 14:03:20 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-06 14:03:20 +0000 |
| commit | ba536c6270a1cd448e5a4add56686fd3fdc9d711 (patch) | |
| tree | 936479ce8d398a82986f59cf172ed8563c4aefd1 /phpBB/language | |
| parent | 088c6e1c3eb8cc044c328dd0988da7a9862ef7d5 (diff) | |
| download | forums-ba536c6270a1cd448e5a4add56686fd3fdc9d711.tar forums-ba536c6270a1cd448e5a4add56686fd3fdc9d711.tar.gz forums-ba536c6270a1cd448e5a4add56686fd3fdc9d711.tar.bz2 forums-ba536c6270a1cd448e5a4add56686fd3fdc9d711.tar.xz forums-ba536c6270a1cd448e5a4add56686fd3fdc9d711.zip | |
some fixes
git-svn-id: file:///svn/phpbb/trunk@7286 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 350ba390e2..7d88571824 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -272,7 +272,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/">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="http://www.phpbb.com/about/team/">official team members</a> on the support forums.', 'NO_PHPINFO_AVAILABLE' => 'The PHP informations are unable to be determined. Phpinfo() has been disabled for security reasons.', )); |
