hook cronjob_end
This commit is contained in:
parent
3ddfc92b18
commit
1a0b3ffaf3
@ -207,3 +207,5 @@ unlink($lockFile);
|
||||
$timestampFile = "$UPLOAD_PATH/cron_last_run.txt";
|
||||
file_put_contents($timestampFile, time());
|
||||
|
||||
|
||||
run_hook('cronjob_end'); #HOOK
|
Loading…
x
Reference in New Issue
Block a user