]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/functions.php
[BUGFIX] avoid php warning because async file does not exist yet
[jirafeau_mojo42.git] / lib / functions.php
index 5f430665e96cbcc5b66e823acd4ffe7c2c81e328..34c7df8deead098b3ff60f325467103473709c5a 100644 (file)
@@ -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)) {

patrick-canterino.de