no message
This commit is contained in:
parent
722937e8d9
commit
3bd0dfc4e2
@ -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]); // 丢掉$
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user