Skip to content
Snippets Groups Projects
Commit b02c20b0 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #1776 add exclude parameters

parent adb7cb9a
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ if ($processIDS) { ...@@ -53,7 +53,7 @@ if ($processIDS) {
if (!$result->isEmpty()) { if (!$result->isEmpty()) {
if ($_SESSION['config']['debug'] == 'true') { if ($_SESSION['config']['debug'] == 'true') {
//echo $result; echo $result;
} }
$_SESSION['securityMessage'] = (string) $result; $_SESSION['securityMessage'] = (string) $result;
$varRedirect = '<script language="javascript">window.location.href=\'' $varRedirect = '<script language="javascript">window.location.href=\''
......
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