mirror of
https://github.com/ZeroDream-CN/PHPMC7
synced 2026-05-20 12:49:53 +08:00
无可奉告
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
class WebError {
|
||||
public static function Println($str) {
|
||||
Header("Content-type: text/html;charset=UTF-8", true, 500);
|
||||
echo $str;
|
||||
exit;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user