diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 2d03687881..844a2fdd3e 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -155,10 +155,10 @@ if (! defined('ENTERPRISE_DIR')) { db_select_engine(); if (empty($config['remote_config']) === false - && file_exists($config['remote_config'].'/'.PANDORA_HA_FILE) - && filesize($config['remote_config'].'/'.PANDORA_HA_FILE) > 0 + && file_exists($config['remote_config'].'/conf/'.PANDORA_HA_FILE) + && filesize($config['remote_config'].'/conf/'.PANDORA_HA_FILE) > 0 ) { - $data = file_get_contents($config['remote_config'].'/'.PANDORA_HA_FILE); + $data = file_get_contents($config['remote_config'].'/conf/'.PANDORA_HA_FILE); if (empty($data) === false) { $ip_list = explode(',', $data); // Connects to the first pandora_ha_dbs.conf database.