From e4b357416db1a8f0560216b44121d5c00bfd2124 Mon Sep 17 00:00:00 2001 From: DiscuzX <153619335@qq.com> Date: Tue, 27 Dec 2022 10:23:32 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8E=8C=E4=B8=8A=E8=AE=BA?= =?UTF-8?q?=E5=9D=9B=E6=8E=A5=E5=8F=A3PC=E8=AE=BF=E9=97=AE=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DiscuzX <153619335@qq.com> --- upload/source/plugin/mobile/mobile.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upload/source/plugin/mobile/mobile.php b/upload/source/plugin/mobile/mobile.php index 2ce473205..e2266f91f 100644 --- a/upload/source/plugin/mobile/mobile.php +++ b/upload/source/plugin/mobile/mobile.php @@ -43,6 +43,8 @@ if(empty($_GET['module']) || empty($_GET['version']) || !preg_match('/^[\w\.]+$/ if($_GET['module'] == 'extends') { require_once 'source/plugin/mobile/mobile_extends.php'; return; +}else{ + define('HOOKTYPE', 'hookscriptmobile'); } if(!empty($_GET['_auth'])) { -- Gitee