]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - install.php
prevent api exec in case of problem
[jirafeau_mojo42.git] / install.php
index e54d44f5791214148db93d6066e76d2b22fdef72..26ae291f0a974574cd211f2811500d12909d4079 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', 'block') as $subdir)
     {
         $subpath = $path.$subdir;
 
@@ -340,7 +340,7 @@ case 4:
         ?><form action = "<?php echo basename(__FILE__); ?>" method =
             "post"> <input type = "hidden" name = "jirafeau" value =
             "<?php echo JIRAFEAU_VERSION; ?>" /><input type = "hidden" name =
-            "step" value = "3" /><input type = "submit" name =
+            "step" value = "4" /><input type = "submit" name =
             "retry" value =
             "<?php echo t('Retry this step'); ?>" /></form>
             <?php echo '</p></div>';

patrick-canterino.de