Private GIT

Skip to content
Snippets Groups Projects
Commit dac885c9 authored by Kevin Duret's avatar Kevin Duret
Browse files

better migration for failover files

parent ccb7cc74
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ if (isset($pearDB)) {
$query2 = "SELECT config_value
FROM cfg_centreonbroker_info
WHERE config_key = 'path'
AND config_id = " . $pearDB->escape($row1['config_id']) . "
ORDER BY config_group DESC";
$res2 = $pearDB->query($query2);
while ($row2 = $res2->fetchRow()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment