mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-25 14:44:37 +01:00
Update config.php
prevent conflict
This commit is contained in:
parent
0dd904aec5
commit
728476ce99
@ -496,7 +496,7 @@
|
|||||||
// Maximum post body length.
|
// Maximum post body length.
|
||||||
$config['max_body'] = 1800;
|
$config['max_body'] = 1800;
|
||||||
// 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user