1
1
Fork 0

The direct structure call is now only executed when called via the poller.php

This commit is contained in:
Michael 2017-09-30 17:12:27 +00:00
commit 2971501f63
4 changed files with 8 additions and 6 deletions

View file

@ -196,7 +196,7 @@ if ($install && $a->module!="view") {
$a->module = 'maintenance';
} else {
check_url($a);
check_db();
check_db(false);
check_plugins($a);
}