~~ssh~~ https auto update

This commit is contained in:
lhy6305 2024-09-26 19:33:48 +08:00
parent f09b6545b5
commit e6c6cd5372

View File

@ -7,6 +7,8 @@ function gen_error_400($reason="") {
echo "\n";
echo "٩(๑`^´๑)۶你对这个小程序做了什么哇...";
echo "\n";
echo "这个页面是非预期的。如果你通过构造请求来到这里,那么你的思路可能出了点问题";
echo "\n";
exit;
}
@ -17,6 +19,8 @@ function gen_error_404($reason="") {
echo "\n";
echo "(⊙.⊙)这...这不对吧...";
echo "\n";
echo "这个页面是非预期的。如果你通过构造请求来到这里,那么你的思路可能出了点问题";
echo "\n";
exit;
}
@ -27,6 +31,8 @@ function gen_error_405($reason="") {
echo "\n";
echo "(/‵Д′)~ ╧╧你到底在干什么啊";
echo "\n";
echo "这个页面是非预期的。如果你通过构造请求来到这里,那么你的思路可能出了点问题";
echo "\n";
exit;
}