X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/ae3f16cbe0c99669de1d733304eef514cf27d6b1..1203cc4e9094fa86f7978c9da56f454d4c21ca32:/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)) {