mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-23 05:49:44 +01:00
config.php: add minimum body length option
This commit is contained in:
parent
d4935786c6
commit
dcd43b71dc
@ -578,6 +578,8 @@
|
|||||||
$config['max_threads_per_hour'] = 30;
|
$config['max_threads_per_hour'] = 30;
|
||||||
// Maximum post body length.
|
// Maximum post body length.
|
||||||
$config['max_body'] = 1800;
|
$config['max_body'] = 1800;
|
||||||
|
// Minimum post body length.
|
||||||
|
$config['min_body'] = 0;
|
||||||
// Maximum number of lines allowed in a post.
|
// Maximum number of lines allowed in a post.
|
||||||
$config['maximum_lines'] = 100;
|
$config['maximum_lines'] = 100;
|
||||||
// Maximum number of post body lines to show on the index page.
|
// Maximum number of post body lines to show on the index page.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user