forked from leftypol/leftypol
config.php: add op min and max body configuration options
This commit is contained in:
parent
b8af67a5e2
commit
eb480975cd
1 changed files with 5 additions and 0 deletions
|
@ -556,6 +556,11 @@
|
||||||
// Requires $config['strip_combining_chars'] = true;
|
// Requires $config['strip_combining_chars'] = true;
|
||||||
$config['max_combining_chars'] = 0;
|
$config['max_combining_chars'] = 0;
|
||||||
|
|
||||||
|
// Maximum OP body length.
|
||||||
|
$config['max_body_op'] = 1800;
|
||||||
|
// Minimum OP body length.
|
||||||
|
$config['min_body_op'] = 0;
|
||||||
|
|
||||||
// Maximum post body length.
|
// Maximum post body length.
|
||||||
$config['max_body'] = 1800;
|
$config['max_body'] = 1800;
|
||||||
// Minimum post body length.
|
// Minimum post body length.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue