From 0231f5252380e52c36dcab840e3e1796fe3da316 Mon Sep 17 00:00:00 2001 From: ruan Date: Sat, 3 Oct 2015 09:17:50 +0200 Subject: [PATCH] Update default configuration --- includes/settings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/settings.php b/includes/settings.php index 03f3a60..7e9ce14 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -23,6 +23,9 @@ final class Settings { $username = 'root'; $password = 'password'; + // If you set a table prefix in config.yml, set it here as well + $table_prefix = "litebans_"; + // Supported drivers: mysql, pgsql $driver = 'mysql'; @@ -35,9 +38,6 @@ final class Settings { // Amount of bans/mutes/warnings to show on each page $this->limit_per_page = 10; - // If you set a table prefix in config.yml, set it here as well - $table_prefix = ""; - // The server console will be identified by any of these names. // It will be given a standard name and avatar image. $this->console_aliases = array(