Change posting name cookie path to /

This commit is contained in:
Retro_Guy 2021-06-22 06:00:40 +00:00
parent afb72007fb
commit 46e7e25d62
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if($post_captcha)
// Save name in cookies
if (($setcookies==true) && (isset($abspeichern)) && ($abspeichern=="ja")) {
setcookie("cookie_name",stripslashes($name),time()+(3600*24*90));
setcookie("cookie_name",stripslashes($name),time()+(3600*24*90),"/");
}
if ((isset($post_server)) && ($post_server!=""))
$server=$post_server;