Removing TestCookie see BT#7355

1.9.x
Julio Montoya 10 years ago
parent 3bc102535d
commit e3b3d323ce
  1. 3
      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;

Loading…
Cancel
Save