no message

This commit is contained in:
hellcat 2025-04-14 16:54:59 +08:00
parent 722937e8d9
commit 3bd0dfc4e2

View File

@ -56,9 +56,9 @@ final class HookController
// 拆分后直接 // 拆分后直接
@$aArg = explode(" ", $sText); @$aArg = explode(" ", $sText);
if ($aArg[0] != '$') { // if ($aArg[0] != '$') {
exit(); // exit();
} // }
unset($aArg[0]); // 丢掉$ unset($aArg[0]); // 丢掉$