Update init_bb.php

This commit is contained in:
Roman Kelesidis 2024-01-26 18:07:00 +07:00
parent 10314cf675
commit d99f90cba7

View File

@ -561,7 +561,7 @@ function cron_release_file_lock ()
function cron_touch_lock_file ($lock_file) function cron_touch_lock_file ($lock_file)
{ {
file_write(make_rand_str(20), $lock_file, 0, true, true); file_write('', $lock_file, 0, true, true);
} }
function cron_enable_board () function cron_enable_board ()