Updated to 1.10.2
This commit is contained in:
parent
e93bf8c375
commit
337671134b
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ $sql['table'] = "nine"; // SQL Table
|
|||
$ninechan=array();
|
||||
$ninechan['cookieprefix'] = "nine_"; // Cookie Prefix (for if you have multiple boards and you want to keep the cookies apart).
|
||||
$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'] = "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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue