diff --git a/index.php b/index.php index ac577fff06..e99f30a676 100755 --- a/index.php +++ b/index.php @@ -18,9 +18,6 @@ require_once 'main/inc/global.inc.php'; require_once api_get_path(LIBRARY_PATH).'userportal.lib.php'; require_once 'main/chat/chat_functions.lib.php'; -// Set cookie for check if client browser are cookies enabled -setcookie('TestCookie', 'cookies_yes', time()+3600*24*31*12); - // The section (for the tabs). $this_section = SECTION_CAMPUS;