mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +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) {
|
||||
// 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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user