From 8c5e59afee0f6fd494a7966f802d03bdcae01cc4 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Mon, 27 Feb 2023 15:50:26 +0100 Subject: [PATCH] #9893 changed connect 2 --- pandora_console/include/config_process.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.