[FIX] End cronjob too
This commit is contained in:
parent
c29bda4e5d
commit
ead36cfd07
@ -65,4 +65,7 @@ if($send > $dThreshold) {
|
||||
} else {
|
||||
$log->logDebug('Final sending amount not exceeding threshold: ' . $send);
|
||||
}
|
||||
|
||||
// Cron cleanup and monitoring
|
||||
require_once('cron_end.inc.php');
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user