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