Fix error in settings.php

This commit is contained in:
ruan 2016-02-12 11:34:43 +02:00
parent 6bde301830
commit 02964cc22f

View File

@ -5,7 +5,7 @@ final class Settings {
public function __construct($connect = true) { public function __construct($connect = true) {
// Server lang, use standard abbreviations // Server lang, use standard abbreviations
$this->lang = 'en_US' $this->lang = 'en_US';
// 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';