diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-07-28 13:21:53 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-07-28 13:21:53 +0000 |
commit | d8f2c4a1c4468440cf6c8657891e179bf7d222f5 (patch) | |
tree | ed9f179144d31fc65b0a6c8751ff3c6cfd1c2dbe /phpBB/language | |
parent | 41d3effa19ce1ed4db44407c8c6851045b18cff9 (diff) | |
download | forums-d8f2c4a1c4468440cf6c8657891e179bf7d222f5.tar forums-d8f2c4a1c4468440cf6c8657891e179bf7d222f5.tar.gz forums-d8f2c4a1c4468440cf6c8657891e179bf7d222f5.tar.bz2 forums-d8f2c4a1c4468440cf6c8657891e179bf7d222f5.tar.xz forums-d8f2c4a1c4468440cf6c8657891e179bf7d222f5.zip |
add warning to ACP index if config file is writeable
git-svn-id: file:///svn/phpbb/trunk@8689 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 41ade70855..db59100915 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -269,7 +269,7 @@ $lang = array_merge($lang, array( 'SELECT_OPTION' => 'Select option', 'SETTING_TOO_LOW' => 'The entered value for the setting “%1$s” is too low. The minimal allowed value is %2$d.', - 'SETTING_TOO_BIG' => 'The entered value for the setting “%1$s” is too big. The maximal allowed value is %2$d.', + 'SETTING_TOO_BIG' => 'The entered value for the setting “%1$s” is too big. The maximal allowed value is %2$d.', 'SETTING_TOO_LONG' => 'The entered value for the setting “%1$s” is too long. The maximal allowed length is %2$d.', 'SETTING_TOO_SHORT' => 'The entered value for the setting “%1$s” is not long enough. The minimal allowed length is %2$d.', @@ -363,6 +363,7 @@ $lang = array_merge($lang, array( 'VIEW_INACTIVE_USERS' => 'View inactive users', 'WELCOME_PHPBB' => 'Welcome to phpBB', + 'WRITEABLE_CONFIG' => 'Your config file (config.php) is currently world-writeable. We strongly encourage you to change the permissions to 640 or at least to 644 (for example: <a href="http://en.wikipedia.org/wiki/Chmod" rel="external">chmod</a> 640 config.php).', )); // Inactive Users |