Encrypt fixes, add carnum options, remove debug lines
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
setcookie ( 'app_site', $site, [
|
||||
'expires' => time() + 60*60*24*90,
|
||||
'secure' => false,
|
||||
'httponly' => true,
|
||||
'httponly' => false,
|
||||
'samesite' => 'Strict',
|
||||
]);
|
||||
//setcookie ( 'app_site', $site, time() + 60*60*24*90); // SET SITE COOKIE
|
||||
|
||||
Reference in New Issue
Block a user