From e3b3d323ced1e0bd9208d28d43a3fe45695432c9 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 14 Nov 2014 16:06:43 +0100 Subject: [PATCH] Removing TestCookie see BT#7355 --- index.php | 3 --- 1 file changed, 3 deletions(-) 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;