mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 08:52:45 +00:00
Update default configuration
This commit is contained in:
parent
9aef83a730
commit
0231f52523
@ -23,6 +23,9 @@ final class Settings {
|
|||||||
$username = 'root';
|
$username = 'root';
|
||||||
$password = 'password';
|
$password = 'password';
|
||||||
|
|
||||||
|
// If you set a table prefix in config.yml, set it here as well
|
||||||
|
$table_prefix = "litebans_";
|
||||||
|
|
||||||
// Supported drivers: mysql, pgsql
|
// Supported drivers: mysql, pgsql
|
||||||
$driver = 'mysql';
|
$driver = 'mysql';
|
||||||
|
|
||||||
@ -35,9 +38,6 @@ final class Settings {
|
|||||||
// Amount of bans/mutes/warnings to show on each page
|
// Amount of bans/mutes/warnings to show on each page
|
||||||
$this->limit_per_page = 10;
|
$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.
|
// The server console will be identified by any of these names.
|
||||||
// It will be given a standard name and avatar image.
|
// It will be given a standard name and avatar image.
|
||||||
$this->console_aliases = array(
|
$this->console_aliases = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user