mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
minor fix changed customer check
Former-commit-id: f2659c9e7780dcddaa9528b1aa13a4d61026c154
This commit is contained in:
parent
85371424ee
commit
8c09b945c7
@ -2673,7 +2673,7 @@ function config_check()
|
||||
include_once __DIR__.'/class/ConsoleSupervisor.php';
|
||||
|
||||
// Enterprise customers launch supervisor using discovery task.
|
||||
if (license_free()) {
|
||||
if (enterprise_installed() === false) {
|
||||
$supervisor = new ConsoleSupervisor(false);
|
||||
$supervisor->run();
|
||||
} else if ($config['cron_last_run'] == 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user