From 02964cc22f69bc64ca2e0e7745696088f22f27c9 Mon Sep 17 00:00:00 2001 From: ruan Date: Fri, 12 Feb 2016 11:34:43 +0200 Subject: [PATCH] Fix error in settings.php --- inc/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';