Browse Source

comment

pull/40/head
Savetheinternet 13 years ago
parent
commit
6267a23947
  1. 4
      inc/config.php

4
inc/config.php

@ -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'] = '/';

Loading…
Cancel
Save