mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Change default limit_per_page to 10
This commit is contained in:
parent
9d2485aba6
commit
6183614b59
@ -22,7 +22,7 @@ final class Settings {
|
|||||||
$this->show_pager = true;
|
$this->show_pager = true;
|
||||||
|
|
||||||
// Amount of bans/mutes/warnings to show on each page
|
// Amount of bans/mutes/warnings to show on each page
|
||||||
$this->limit_per_page = 20;
|
$this->limit_per_page = 10;
|
||||||
|
|
||||||
// If you set a table prefix in config.yml, put it here too
|
// If you set a table prefix in config.yml, put it here too
|
||||||
$table_prefix = "";
|
$table_prefix = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user