default lang set to english
This commit is contained in:
parent
b31ac7738d
commit
2c115c5071
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $ninechan['cookieprefix'] = "nine_"; // Cookie Prefix (for if you have
|
|||
$ninechan['cookiepath'] = "/"; // Path on the server for the cookies
|
||||
$ninechan['cookielifetime'] = 604800; // The time cookies should live
|
||||
$ninechan['exposeerrors'] = false; // Set if errors should be displayed
|
||||
$ninechan['lang'] = "ger"; // Set the language. Must match filename from file in /lang/ folder (excluding .php).
|
||||
$ninechan['lang'] = "en"; // Set the language. Must match filename from file in /lang/ folder (excluding .php).
|
||||
$ninechan['closed'] = false; // Define if the board should be open(false) or closed(true)
|
||||
$ninechan['closedreason'] = "Maintenance"; // Set the message displayed when the board is closed
|
||||
$ninechan['title'] = "ninechan"; // Board title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue