From b02c20b0c5d1ed704af80936b54dca78857d9115 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Mon, 29 Dec 2014 14:42:33 +0000 Subject: [PATCH] FEAT #1776 add exclude parameters --- maarch_entreprise/trunk/phpids_control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maarch_entreprise/trunk/phpids_control.php b/maarch_entreprise/trunk/phpids_control.php index 08247fb076e..cc5f3e20607 100755 --- a/maarch_entreprise/trunk/phpids_control.php +++ b/maarch_entreprise/trunk/phpids_control.php @@ -53,7 +53,7 @@ if ($processIDS) { if (!$result->isEmpty()) { if ($_SESSION['config']['debug'] == 'true') { - //echo $result; + echo $result; } $_SESSION['securityMessage'] = (string) $result; $varRedirect = '<script language="javascript">window.location.href=\'' -- GitLab