Commit 9da90ad5 authored by techird's avatar techird

清除临时文件

parent c4cb111c
...@@ -31,4 +31,5 @@ if ($download) { ...@@ -31,4 +31,5 @@ if ($download) {
Header ( "Content-Disposition: attachment; filename=" . $downloadName . $T[ $type ] ); Header ( "Content-Disposition: attachment; filename=" . $downloadName . $T[ $type ] );
} }
readfile( $file ); readfile( $file );
\ No newline at end of file unlink( $file );
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment