Do not send an inapp alert on successful cron execution, keep it in logging only

This commit is contained in:
johnnyq
2026-06-23 18:22:20 -04:00
parent d2d1a75448
commit b1a5b34725

View File

@@ -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");