diff --git a/index.php b/index.php index 62abe96b1..617b3dd56 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,6 @@ * * @uses libraries/common.lib.php global fnctions * @uses libraries/relation.lib.php table relations - * @uses $_SESSION['window_name_hash'] to set it * @uses $GLOBALS['strNoFrames'] * @uses $GLOBALS['cfg']['QueryHistoryDB'] * @uses $GLOBALS['cfg']['Server']['user'] @@ -41,9 +40,6 @@ require_once('./libraries/common.lib.php'); */ require_once('./libraries/relation.lib.php'); -// hash for the window names, against window hijacking -$_SESSION['window_name_hash'] = time(); - // free the session file, for the other frames to be loaded session_write_close(); @@ -143,12 +139,12 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);