Browse Source

Update config.php

main
RealAngeleno 1 year ago
committed by -
parent
commit
e5feb252f7
  1. 2
      inc/config.php

2
inc/config.php

@ -523,6 +523,8 @@
$config['min_body'] = 0;
// Minimum post body length for OPs.
$config['min_body_op'] = 0;
// Maximum number of lines allowed in a post.
$config['max_lines'] = 100;
// Maximum number of post body lines to show on the index page.
$config['body_truncate'] = 15;
// Maximum number of characters to show on the index page.

Loading…
Cancel
Save