Added back warning about the old script path

This commit is contained in:
johnnyq 2025-01-29 12:43:29 -05:00
parent 34b94af965
commit ffca7ff445
1 changed files with 3 additions and 2 deletions

View File

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