From ffca7ff445fc575faf0c1ed0d148effcd6337276 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 29 Jan 2025 12:43:29 -0500 Subject: [PATCH] Added back warning about the old script path --- cron.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cron.php b/cron.php index 37decdc7..d5dcead7 100644 --- a/cron.php +++ b/cron.php @@ -1161,8 +1161,9 @@ if ($updates->current_version !== $updates->latest_version) { * ############################################################################################################### */ -// Send Alert to inform Cron was run -appNotify("Cron", "Cron successfully executed", "admin_audit_log.php"); +// Alert we're using the old cron path +appNotify("Cron", "Cron ran OK, but paths need updating - cron scripts are now in the scripts subfolder", "admin_audit_log.php"); // Logging logApp("Cron", "info", "Cron executed successfully"); +logApp("Cron", "warning", "Cron ran using an old script path");