fhiiqm/inc/file_upload.inc.php
changeset 43 70cea8f0e807
parent 35 679bc22e37e2
equal deleted inserted replaced
42:cfc409017ba8 43:70cea8f0e807
   224                 return rename($path."/".$fname_old, $path."/".$fname_new);           
   224                 return rename($path."/".$fname_old, $path."/".$fname_new);           
   225             }
   225             }
   226         }
   226         }
   227         else return true;
   227         else return true;
   228     }
   228     }
   229     else return false;    
   229     else return true;    
   230 }
   230 }
   231 // Test Aufruf
   231 // Test Aufruf
   232 /*
   232 /*
   233     if (mod_file("/var/www/fhiiqm/documents","20","","del"))
   233     if (mod_file("/var/www/fhiiqm/documents","20","","del"))
   234         echo "Erfolg!\n";
   234         echo "Erfolg!\n";