Update cron_init.php

This commit is contained in:
Roman Kelesidis 2024-01-11 14:07:07 +07:00
parent 8f3b34d4c0
commit f94d89d5ae

View File

@ -41,6 +41,10 @@ function cron_track_running ($mode)
{
@unlink(CRON_STARTMARK);
}
else
{
bb_simple_die("Invalid cron track mode: $mode");
}
}
//