[TASK] Add cookie to clear
This commit is contained in:
parent
037715ca9e
commit
c90a7719e7
@ -8,6 +8,7 @@ if (isset($_SERVER['HTTP_COOKIE'])) {
|
||||
setcookie($name, '', time() - 3600);
|
||||
setcookie($name, '', time() - 3600, '/');
|
||||
setcookie($name, '', time() - 3600, '/', '.'.$_SERVER['HTTP_HOST']);
|
||||
setcookie($name, '', time() - 3600, '/', '.local.dvl');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user