mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 16:48:51 +02:00
hook cronjob_end
This commit is contained in:
parent
3ddfc92b18
commit
1a0b3ffaf3
1 changed files with 2 additions and 0 deletions
|
@ -207,3 +207,5 @@ unlink($lockFile);
|
||||||
$timestampFile = "$UPLOAD_PATH/cron_last_run.txt";
|
$timestampFile = "$UPLOAD_PATH/cron_last_run.txt";
|
||||||
file_put_contents($timestampFile, time());
|
file_put_contents($timestampFile, time());
|
||||||
|
|
||||||
|
|
||||||
|
run_hook('cronjob_end'); #HOOK
|
Loading…
Add table
Add a link
Reference in a new issue