Update config.php

prevent conflict
This commit is contained in:
RealAngeleno 2023-06-25 05:25:32 -07:00 committed by -
parent bb7e385e32
commit ba749b27df

View File

@ -524,7 +524,7 @@
// Minimum post body length for OPs. // Minimum post body length for OPs.
$config['min_body_op'] = 0; $config['min_body_op'] = 0;
// Maximum number of lines allowed in a post. // Maximum number of lines allowed in a post.
$config['max_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.
$config['body_truncate'] = 15; $config['body_truncate'] = 15;
// Maximum number of characters to show on the index page. // Maximum number of characters to show on the index page.