From 14b2d5acef0b66106cba0f380a67d4670717ea80 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Fri, 23 May 2025 09:36:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E5=8D=9A=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=99=BB=E9=99=86=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index e03928c..d7bd7b8 100644 --- a/index.php +++ b/index.php @@ -75,6 +75,10 @@ if (preg_match('/^(login).*/', $this->control_func)) { $needlogin = false; } + } elseif ($this->control_name == 'weibo') { + if (preg_match('/^(show_detail).*/', $this->control_func)) { + $needlogin = false; + } }elseif($this->control_name == 'callback'){ $needlogin = false; }