tbrehm
2012-10-24 4bd960b10d9f32cb8a82a0718caaa005768c107c
server/lib/classes/system.inc.php
@@ -709,6 +709,19 @@
      return copy($file1,$file2);
   }
   
   function touch($file, $allow_symlink = false){
     global $app;
     if($allow_symlink == false && @file_exists($file) && $this->checkpath($file) == false) {
      $this->unlink($file);
     }
     if(@touch($file)) {
         return true;
     } else {
         $app->log("touch failed: $file",LOGLEVEL_DEBUG);
         return false;
     }
   }
   function checkpath($path) {
      $path = trim($path);
      //* We allow only absolute paths