Skip to content

Commit ca0a19e

Browse files
author
Till Brehm
committed
- Disabled session content check in IDS.
1 parent 2066766 commit ca0a19e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface/lib/classes/ids.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function start()
5151
require_once(ISPC_CLASS_PATH.'/IDS/Converter.php');
5252

5353
$ids_request = array(
54-
'SESSION' => $_SESSION,
5554
'GET' => $_GET,
5655
'POST' => $_POST,
5756
'COOKIE' => $_COOKIE

0 commit comments

Comments
 (0)