Private GIT

Skip to content
Snippets Groups Projects
Commit 28b8fcdf authored by Jean-Baptiste's avatar Jean-Baptiste Committed by Kevin Duret
Browse files

Line not useful

$centreon = $centreon;
parent 90f35127
Branches
Tags
No related merge requests found
...@@ -77,10 +77,8 @@ if ($_POST['sid'] != session_id()) { ...@@ -77,10 +77,8 @@ if ($_POST['sid'] != session_id()) {
exit; exit;
} }
$centreon = $_SESSION['centreon']; $centreon = $_SESSION['centreon'];
$centreon = $centreon;
$xml = new CentreonXML();
$xml = new CentreonXML();
$config_generate = new Generate(); $config_generate = new Generate();
$pollers = explode(',', $_POST['poller']); $pollers = explode(',', $_POST['poller']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment