mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
This commit is contained in:
commit
2875ee5919
@ -107,7 +107,7 @@ sub pandora_startup () {
|
|||||||
pandora_audit (\%Config, 'Pandora FMS Server Daemon starting', 'SYSTEM', 'System', $DBH);
|
pandora_audit (\%Config, 'Pandora FMS Server Daemon starting', 'SYSTEM', 'System', $DBH);
|
||||||
|
|
||||||
# Load servers
|
# Load servers
|
||||||
if ($Config{"license_type"} != METACONSOLE_LICENSE) {
|
if (!defined($Config{"license_type"}) || $Config{"license_type"} != METACONSOLE_LICENSE) {
|
||||||
pandora_reset_server (\%Config, $DBH);
|
pandora_reset_server (\%Config, $DBH);
|
||||||
push (@Servers, new PandoraFMS::DataServer (\%Config, $DBH));
|
push (@Servers, new PandoraFMS::DataServer (\%Config, $DBH));
|
||||||
push (@Servers, new PandoraFMS::NetworkServer (\%Config, $DBH));
|
push (@Servers, new PandoraFMS::NetworkServer (\%Config, $DBH));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user