Skip to content
Snippets Groups Projects
Commit c3b4a84d authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch...

Merge branch '6679-set-name-for-ispconfig-session-cookie-and-configure-ids-to-scan-this-cookie-only' into 'develop'

Resolve "Set name for ISPConfig session cookie and configure IDS to scan this cookie only"

Closes #1876 and #6679

See merge request ispconfig/ispconfig3!1876
parents eaadfb9b 99501a48
No related branches found
No related tags found
1 merge request!1876Resolve "Set name for ISPConfig session cookie and configure IDS to scan this cookie only"
Pipeline #14549 passed
......@@ -49,11 +49,14 @@ class ids {
require_once(ISPC_CLASS_PATH.'/IDS/Report.php');
require_once(ISPC_CLASS_PATH.'/IDS/Event.php');
require_once(ISPC_CLASS_PATH.'/IDS/Converter.php');
$ispcookie = array();
$ispcookie['ISPCSESS'] = $_COOKIE['ISPCSESS'];
$ids_request = array(
'GET' => $_GET,
'POST' => $_POST,
'COOKIE' => $_COOKIE
'COOKIE' => $ispcookie
);
$ids_init = IDS\Init::init(ISPC_CLASS_PATH.'/IDS/Config/Config.ini.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment