mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 08:52:45 +00:00
Clean up settings.php
This commit is contained in:
parent
5660317403
commit
f77a5944d0
@ -3,9 +3,6 @@
|
|||||||
final class Settings {
|
final class Settings {
|
||||||
public static $TRUE = "1", $FALSE = "0";
|
public static $TRUE = "1", $FALSE = "0";
|
||||||
|
|
||||||
/**
|
|
||||||
* @param bool|true $connect
|
|
||||||
*/
|
|
||||||
public function __construct($connect = true) {
|
public function __construct($connect = true) {
|
||||||
// Server name, shown on the main page and on the header
|
// Server name, shown on the main page and on the header
|
||||||
$this->name = 'LiteBans';
|
$this->name = 'LiteBans';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user