mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
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
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user