This commit is contained in:
Akkariin Meiko
2021-12-05 17:32:58 +08:00
committed by GitHub
Unverified
parent c4031e696d
commit 527261574f
+1 -1
View File
@@ -94,7 +94,7 @@ class PostHandler {
} }
} else { } else {
$msg = $result[1] ?? "未知错误"; $msg = $result[1] ?? "未知错误";
exit($msg); exit(htmlspecialchars($msg));
} }
} }
} else { } else {