aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-05-21 19:10:04 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-05-21 19:10:04 +0000
commit394b2d160a33d8545592cc3ec776a39f5876051b (patch)
tree60a5f57a0e62a03430b6f48c144c61bc57bd53d8 /phpBB/language
parentdb4f5c970b9f2fb8664a151bc14d387c2c95ef5c (diff)
downloadforums-394b2d160a33d8545592cc3ec776a39f5876051b.tar
forums-394b2d160a33d8545592cc3ec776a39f5876051b.tar.gz
forums-394b2d160a33d8545592cc3ec776a39f5876051b.tar.bz2
forums-394b2d160a33d8545592cc3ec776a39f5876051b.tar.xz
forums-394b2d160a33d8545592cc3ec776a39f5876051b.zip
Added max_quote_depth limiter to prevent users from nesting a hell lot of quotes
git-svn-id: file:///svn/phpbb/trunk@4041 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index 1099dad145..ea887ccee3 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -590,6 +590,8 @@ $lang = array_merge($lang, array(
'CHAR_LIMIT_EXPLAIN' => 'Set to 0 for unlimited characters.',
'SMILIES_LIMIT' => 'Max smilies per post',
'SMILIES_LIMIT_EXPLAIN' => 'Set to 0 for unlimited smilies.',
+ 'QUOTE_DEPTH_LIMIT' => 'Max nested quotes in posts',
+ 'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Set to 0 for unlimited depth.',
'ALLOW_TOPIC_NOTIFY' => 'Allow Topic Watching',
'ALLOW_FORUM_NOTIFY' => 'Allow Forum Watching',
'ALLOW_NAME_CHANGE' => 'Allow Username changes',