From 0e70bc9f67c2c3d00fbc6db4d347ae9be9c45c33 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Tue, 8 Mar 2022 18:00:09 +0100 Subject: [PATCH] #8689 Fixed wizard --- pandora_console/include/class/AgentWizard.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pandora_console/include/class/AgentWizard.class.php b/pandora_console/include/class/AgentWizard.class.php index 7eda54443f..bc34fa5258 100644 --- a/pandora_console/include/class/AgentWizard.class.php +++ b/pandora_console/include/class/AgentWizard.class.php @@ -544,11 +544,6 @@ class AgentWizard extends HTML // Get the servers. $rows = get_proxy_servers(); - // Check if satellite server has remote configuration enabled. - $satellite_remote = config_agents_has_remote_configuration( - $this->idAgent - ); - // Generate a list with allowed servers. if (isset($rows) === true && is_array($rows) === true) { foreach ($rows as $row) {