]> git.p6c8.net - jirafeau.git/blobdiff - install.php
remove clear text password storage
[jirafeau.git] / install.php
index dfe094cb67086cd395c1b6548562e7d65556ff3d..d3136847f2da950cbee54d5fe082416f905dd49e 100644 (file)
@@ -89,7 +89,7 @@ function jirafeau_check_var_dir($path) {
     );
   }
   
-  foreach(array('files', 'links', 'trash') as $subdir) {
+  foreach(array('files', 'links') as $subdir) {
     $subpath = $path . $subdir;
 
     if(!jirafeau_mkdir($subpath)) {

patrick-canterino.de