mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
Set profanity list limit to 1000. (Could reduce performance)
Fix for comment template. Prevent secureImage from buffering too many keys.
This commit is contained in:
@@ -1230,7 +1230,7 @@ if ($savePrefs) $core_pref->setPref($pref)->save(false, true);
|
||||
<tr>
|
||||
<td><label for='profanity-words'>".PRFLAN_43.":</label>".$frm->help(PRFLAN_44)."</td>
|
||||
<td>
|
||||
".$frm->tags('profanity_words', $pref['profanity_words'], 250, array('maxItems'=>40))."
|
||||
".$frm->tags('profanity_words', $pref['profanity_words'], 250, array('maxItems'=>1000))."
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Reference in New Issue
Block a user