in download.php this line:
if($thisline[10] <> ""){
unlink("./userfiles/files/" .$thisline[10] ."/" .$filecrctxt);
}
can anyone tell me what it does? because when i remove it.. the delete page is working fine with no errors
when i leave it.. it says file not found or whatever