]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install/index.php
fix #1154
[github/wallabag/wallabag.git] / install / index.php
index 16e0078d3beeaaa5982b1edf2c9e3477530d5db0..699572839a5c4a4a0ad6b98cb939a5e74eb0af6b 100755 (executable)
@@ -18,11 +18,11 @@ require_once('install_functions.php');
 
 if (isset($_GET['clean'])) {
     if (is_dir('install')){
-        delTree('install');
+        delTree('install', true);
         header('Location: index.php');      
     }
     if (is_dir('cache')) {
-        delTree('cache', false);
+        delTree('cache', false, false);
         header('Location: index.php');      
     }
 }