mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-8689-Error-500-en-wizard-de-agente' into 'develop'
Ent 8689 error 500 en wizard de agente See merge request artica/pandorafms!4751
This commit is contained in:
commit
ebdc7e4fce
@ -544,11 +544,6 @@ class AgentWizard extends HTML
|
|||||||
// Get the servers.
|
// Get the servers.
|
||||||
$rows = get_proxy_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.
|
// Generate a list with allowed servers.
|
||||||
if (isset($rows) === true && is_array($rows) === true) {
|
if (isset($rows) === true && is_array($rows) === true) {
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user