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