pull/33/head v1.0.2
Akkariin Meiko 2021-12-05 17:32:58 +08:00 committed by GitHub
parent c4031e696d
commit 527261574f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ class PostHandler {
}
} else {
$msg = $result[1] ?? "未知错误";
exit($msg);
exit(htmlspecialchars($msg));
}
}
} else {
@ -369,4 +369,4 @@ class PostHandler {
}
}
}
}
}