Private GIT

Skip to content
Snippets Groups Projects
Commit bda263f5 authored by Julien Mathis's avatar Julien Mathis
Browse files

Merge branch '2.7.x' of https://github.com/centreon/centreon into 2.7.x

parents 03e9d0c1 76067b07
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ if ($handle = opendir($varPath)) {
closedir($handle);
}
$selectedEngine = "";
$selectedEngine = "centreon-engine";
if (isset($_SESSION['MONITORING_ENGINE'])) {
$selectedEngine = $_SESSION['MONITORING_ENGINE'];
}
......
......@@ -55,7 +55,7 @@ if ($handle = opendir('../var/brokers')) {
closedir($handle);
}
$selectedBroker = "";;
$selectedBroker = "centreon-broker";;
if (isset($_SESSION['BROKER_MODULE'])) {
$selectedBroker = $_SESSION['BROKER_MODULE'];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment