Better setting name

This commit is contained in:
ctrlcctrlv 2013-08-18 01:53:39 +00:00
parent 52fe0c8989
commit 2eb68ac398
2 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ function setCookies() {
$mod['hash'][0] . // password
':' .
$mod['hash'][1], // salt
time() + $config['cookies']['expire'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, false, $config['mod']['cookie_httponly']);
time() + $config['cookies']['expire'], $config['cookies']['jail'] ? $config['cookies']['path'] : '/', null, false, $config['cookies']['httponly']);
}
function destroyCookies() {