This commit is contained in:
Savetheinternet 2011-04-06 18:33:51 +10:00
parent 08bbd3f912
commit 6267a23947

View File

@ -47,8 +47,8 @@
$config['cookies']['hash'] = 'hash'; $config['cookies']['hash'] = 'hash';
// Used for moderation login // Used for moderation login
$config['cookies']['mod'] = 'mod'; $config['cookies']['mod'] = 'mod';
// Used for communicating with Javascript; telling it when posts were successful // Used for communicating with Javascript; telling it when posts were successful.
// Currently DO NOT CHANGE THIS OR IT WON'T WORK! // Rebuild Javascript file after changing this value or it won't work.
$config['cookies']['js'] = 'serv'; $config['cookies']['js'] = 'serv';
// Cookies "path". Defaults to $config['root']. If $config['root'] is a URL, you need to set this. Should be '/' or '/board/', depending on your installation. // Cookies "path". Defaults to $config['root']. If $config['root'] is a URL, you need to set this. Should be '/' or '/board/', depending on your installation.
// $config['cookies']['path'] = '/'; // $config['cookies']['path'] = '/';