forked from leftypol/leftypol
Fix 387ebe9c0c
, extract limit to variable
This commit is contained in:
parent
af889e8941
commit
f575691fc4
3 changed files with 6 additions and 3 deletions
|
@ -900,6 +900,9 @@
|
|||
// Number of reports you can create at once.
|
||||
$config['report_limit'] = 3;
|
||||
|
||||
// Maximum character length of report.
|
||||
$config['report_max_length'] = 50;
|
||||
|
||||
// Allow unfiltered HTML in board subtitle. This is useful for placing icons and links.
|
||||
$config['allow_subtitle_html'] = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue