]> git.p6c8.net - jirafeau_project.git/blobdiff - install.php
Bypass size limit by splitting big files on client’s side using HTML5 file API
[jirafeau_project.git] / install.php
index a3db15b6f8d22494e7894226322810847b2b065b..c753c5bdd1e4dd9f4ff2f8b0ccf07f3500b6fa74 100755 (executable)
@@ -95,7 +95,7 @@ jirafeau_check_var_dir ($path)
                                $path . '</code><br />' . $solution_str .
                                '<br />' . $mkdir_str2);
 
-    foreach (array ('files', 'links') as $subdir)
+    foreach (array ('files', 'links', 'async') as $subdir)
     {
         $subpath = $path.$subdir;
 

patrick-canterino.de