mirror of
https://github.com/itflow-org/itflow
synced 2026-08-18 13:35:12 +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
|
// Logging
|
||||||
logApp("Cron", "info", "Cron executed successfully");
|
logApp("Cron", "info", "Cron executed successfully");
|
||||||
|
|||||||
Reference in New Issue
Block a user