forked from leftypol/leftypol
config.php: update min max op body length doc
This commit is contained in:
parent
f100d8fcda
commit
5bd89a9437
1 changed files with 2 additions and 3 deletions
|
@ -556,11 +556,10 @@
|
|||
// Requires $config['strip_combining_chars'] = true;
|
||||
$config['max_combining_chars'] = 0;
|
||||
|
||||
// Maximum OP body length.
|
||||
// Maximum OP body length. Ignored if force_body_op is set to false.
|
||||
$config['max_body_op'] = 1800;
|
||||
// Minimum OP body length.
|
||||
// Minimum OP body length. Ignored if force_body_op is set to false.
|
||||
$config['min_body_op'] = 0;
|
||||
|
||||
// Maximum post body length.
|
||||
$config['max_body'] = 1800;
|
||||
// Minimum post body length.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue