[MERGE] Branch 'master' of https://github.com/cjel/typo3-templates_aide
This commit is contained in:
commit
4c4c727cd5
@ -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