diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-07-28 13:12:18 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-07-28 13:12:18 +0000 |
commit | 0ce66e65520e2950d8e8288897a3b4263bc4bb8f (patch) | |
tree | a29a45333177a0c6bb0d09a91d4c559797f2b3c5 /phpBB/language | |
parent | 04814560c89eac2a0aaf83277b8fd4511e7adcf7 (diff) | |
download | forums-0ce66e65520e2950d8e8288897a3b4263bc4bb8f.tar forums-0ce66e65520e2950d8e8288897a3b4263bc4bb8f.tar.gz forums-0ce66e65520e2950d8e8288897a3b4263bc4bb8f.tar.bz2 forums-0ce66e65520e2950d8e8288897a3b4263bc4bb8f.tar.xz forums-0ce66e65520e2950d8e8288897a3b4263bc4bb8f.zip |
add warning to ACP index if config file is writeable
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8688 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 9ed92bfcfb..7c7ae08707 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -268,7 +268,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.', @@ -362,6 +362,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 |