Index: trunk/kernel/include/modules.php =================================================================== diff -u -r2842 -r2848 --- trunk/kernel/include/modules.php (.../modules.php) (revision 2842) +++ trunk/kernel/include/modules.php (.../modules.php) (revision 2848) @@ -3,7 +3,7 @@ Copyright 2002, Intechnic Corporation, All rights reserved */ -setcookie("CookiesTest", "1", 0, '', $_SERVER['HTTP_HOST']); +setcookie('cookies_on', '1', 0, '', $_SERVER['HTTP_HOST']); // if branches that uses if($mod_prefix) or like that will never be executed // due global variable $mod_prefix is never defined @@ -846,7 +846,7 @@ setcookie("sid","",time()-3600, '', $_SERVER['HTTP_HOST']); } -$CookieTest = isset($_COOKIE["CookiesTest"]) ? $_COOKIE["CookiesTest"] : ''; +$CookieTest = isset($_COOKIE["cookies_on"]) ? $_COOKIE["cookies_on"] : ''; $HTTP_REFERER = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; if ( ($CookieTest == 1) /*|| !strstr($HTTP_REFERER, $_SERVER['HTTP_HOST'].$objConfig->Get("Site_Path"))*/) {