Change default limit_per_page to 10

This commit is contained in:
Ruan 2015-07-18 17:58:42 +02:00
parent 9d2485aba6
commit 6183614b59

View File

@ -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 = "";