X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/092766a37489a5e38285c256f387af2bba7c5e95..2f02bc687a1737289a52d588bef080843874cff9:/lib/functions.php diff --git a/lib/functions.php b/lib/functions.php index 5f43066..34c7df8 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -866,6 +866,10 @@ function jirafeau_async_init($filename, $type, $one_time, $key, $time, $ip) return; } + /* touch empty data file */ + $w_path = $p . $ref . '_data'; + touch($w_path); + /* md5 password or empty */ $password = ''; if (!empty($key)) {