We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaadfb9 commit 99501a4Copy full SHA for 99501a4
interface/lib/classes/ids.inc.php
@@ -49,11 +49,14 @@ public function start()
49
require_once(ISPC_CLASS_PATH.'/IDS/Report.php');
50
require_once(ISPC_CLASS_PATH.'/IDS/Event.php');
51
require_once(ISPC_CLASS_PATH.'/IDS/Converter.php');
52
+
53
+ $ispcookie = array();
54
+ $ispcookie['ISPCSESS'] = $_COOKIE['ISPCSESS'];
55
56
$ids_request = array(
57
'GET' => $_GET,
58
'POST' => $_POST,
- 'COOKIE' => $_COOKIE
59
+ 'COOKIE' => $ispcookie
60
);
61
62
$ids_init = IDS\Init::init(ISPC_CLASS_PATH.'/IDS/Config/Config.ini.php');
0 commit comments