Clean up settings.php

This commit is contained in:
ruan 2016-01-09 21:27:28 +02:00
parent 5660317403
commit f77a5944d0

View File

@ -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';