mirror of
https://github.com/itflow-org/itflow
synced 2026-06-25 19:21:07 +00:00
Do not send an inapp alert on successful cron execution, keep it in logging only
This commit is contained in:
@@ -1248,8 +1248,5 @@ if ($updates->current_version !== $updates->latest_version) {
|
||||
* ###############################################################################################################
|
||||
*/
|
||||
|
||||
// Send Alert to inform Cron was run
|
||||
appNotify("Cron", "Cron successfully executed", "/admin/audit_log.php");
|
||||
|
||||
// Logging
|
||||
logApp("Cron", "info", "Cron executed successfully");
|
||||
|
||||
Reference in New Issue
Block a user