forked from kevinowino869/mitrobill
hook cronjob_end
This commit is contained in:
@ -207,3 +207,5 @@ unlink($lockFile);
|
||||
$timestampFile = "$UPLOAD_PATH/cron_last_run.txt";
|
||||
file_put_contents($timestampFile, time());
|
||||
|
||||
|
||||
run_hook('cronjob_end'); #HOOK
|
Reference in New Issue
Block a user