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