Commit 12a31286 by sn

mcFiles

1 parent 4cd8cbba
Showing with 1 additions and 0 deletions
......@@ -68,6 +68,7 @@ class mcFile {
}
public static function deleteFile($param_filename) {
D::ulli("mcFile::deleteFile($param_filename)");
return unlink($param_filename);
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!