This commit is contained in:
alexveebee 2025-05-01 15:08:46 +00:00
parent 23652b9830
commit 0518178a47

View File

@ -203,7 +203,7 @@
// Used for communicating with Javascript; telling it when posts were successful.
$config['cookies']['js'] = 'serv';
// Cooakies path. Defaults to $config['root']. If $config['root'] is a URL, you need to set this. Should
// 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'] = '/';
// Where to set the 'path' parameter to $config['cookies']['path'] when creating cookies. Recommended.