Remove unused overdue invoice setting move master cron switch out of notificaiton and into cron

This commit is contained in:
johnnyq
2026-08-02 17:22:28 -04:00
parent ad15fabbb3
commit a27019511e
23 changed files with 154 additions and 114 deletions

View File

@@ -29,7 +29,7 @@ if ($config_enable_cron == 0) {
}
/*
* Anything an administrator started from Settings > Backup is built first. Those are
* Anything an administrator started from Maintenance > Backup is built first. Those are
* explicit requests and somebody is waiting on the notification.
*/
$queued = backupRunQueued($mysqli);