cron.php is reworked, other worker files had been moved temporarily

This commit is contained in:
Michael
2017-11-14 21:50:16 +00:00
parent 799c67c141
commit 405753d1c3
24 changed files with 265 additions and 289 deletions

View File

@@ -1,13 +0,0 @@
<?php
use Friendica\Core\Config;
function dbupdate_run(&$argv, &$argc) {
global $a;
// We are deleting the latest dbupdate entry.
// This is done to avoid endless loops because the update was interupted.
Config::delete('database', 'dbupdate_'.DB_UPDATE_VERSION);
update_db($a);
}