This commit is contained in:
czaks 2013-07-28 20:48:51 -04:00
commit d11e9d752e
3 changed files with 58 additions and 2 deletions

View file

@ -282,6 +282,8 @@
$config['strip_superfluous_returns'] = true;
// Require an image for threads?
$config['force_image_op'] = true;
// Strip combining characters from Unicode strings (eg. "Zalgo")
$config['strip_combining_chars'] = true;
// Max body length
$config['max_body'] = 1800;