don't run two processes for every web access (noticed that dbupdate is always started as a background task under normal operation).
This commit is contained in:
parent
3742d0d5ba
commit
20eb767b7e
3 changed files with 24 additions and 10 deletions
|
@ -141,7 +141,7 @@ if($install)
|
|||
elseif($maintenance)
|
||||
$a->module = 'maintenance';
|
||||
else {
|
||||
proc_run('php', 'include/dbupdate.php');
|
||||
check_db();
|
||||
check_plugins($a);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue