Download.php: remove the redundant space before the closing parenthesis ')'.

SIMPLICITY_Bug-189_Course_Delete_btn
Hui Lan 2021-05-21 14:55:55 +08:00
parent a2d80ffa6e
commit 8b40765c17
1 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,6 @@ $time = time();
if ( (isset($_SESSION["user_student_id"]) && strpos($file, $_SESSION["user_student_id"])) || $_SESSION['user_type'] == "Lecturer" || $_SESSION['user_type'] == "TA") {
// 发送文件头部
header("Content-type: $type");
header('Content-Disposition: attachment;filename="'.urldecode($filename).'"');
header("Content-Transfer-Encoding: binary");