mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update cron_init.php
This commit is contained in:
parent
8f3b34d4c0
commit
f94d89d5ae
@ -41,6 +41,10 @@ function cron_track_running ($mode)
|
|||||||
{
|
{
|
||||||
@unlink(CRON_STARTMARK);
|
@unlink(CRON_STARTMARK);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
bb_simple_die("Invalid cron track mode: $mode");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user