mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 08:52:45 +00:00
Fix error in settings.php
This commit is contained in:
parent
6bde301830
commit
02964cc22f
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user