diff --git a/inc/settings.php b/inc/settings.php index ce4895d..6cd5847 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -5,7 +5,7 @@ final class Settings { public function __construct($connect = true) { // Server lang, use standard abbreviations - $this->lang = 'en_US' + $this->lang = 'en_US'; // Server name, shown on the main page and on the header $this->name = 'LiteBans';