closedir 코드 추가

This commit is contained in:
chicpro
2013-02-21 13:37:19 +09:00
parent 6d27bd9585
commit e25af3e437
3 changed files with 6 additions and 0 deletions

View File

@ -250,6 +250,8 @@ for ($i=0; $i<count($_FILES['bf_file']['name']); $i++) {
@unlink($dir.'/'.$entry);
}
}
closedir($dh);
}
}
}