1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-22 13:30:02 +01:00

config.php: add minimum body length option

This commit is contained in:
Zankaria 2024-11-27 21:55:39 +01:00
parent d4935786c6
commit dcd43b71dc

View File

@ -578,6 +578,8 @@
$config['max_threads_per_hour'] = 30;
// Maximum post body length.
$config['max_body'] = 1800;
// Minimum post body length.
$config['min_body'] = 0;
// Maximum number of lines allowed in a post.
$config['maximum_lines'] = 100;
// Maximum number of post body lines to show on the index page.