mirror of https://github.com/itflow-org/itflow
Added back warning about the old script path
This commit is contained in:
parent
34b94af965
commit
ffca7ff445
5
cron.php
5
cron.php
|
|
@ -1161,8 +1161,9 @@ if ($updates->current_version !== $updates->latest_version) {
|
||||||
* ###############################################################################################################
|
* ###############################################################################################################
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Send Alert to inform Cron was run
|
// Alert we're using the old cron path
|
||||||
appNotify("Cron", "Cron successfully executed", "admin_audit_log.php");
|
appNotify("Cron", "Cron ran OK, but paths need updating - cron scripts are now in the scripts subfolder", "admin_audit_log.php");
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
logApp("Cron", "info", "Cron executed successfully");
|
logApp("Cron", "info", "Cron executed successfully");
|
||||||
|
logApp("Cron", "warning", "Cron ran using an old script path");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue