From 150fdf33c6e38d93ba58b7d21ac430f4511cea70 Mon Sep 17 00:00:00 2001 From: lixiaoyu <1906596264@qq.com> Date: Sat, 23 Sep 2023 16:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/source/apps/flow/controllers/IndexController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/source/apps/flow/controllers/IndexController.php b/mobile/source/apps/flow/controllers/IndexController.php index 3562142..69eab2c 100755 --- a/mobile/source/apps/flow/controllers/IndexController.php +++ b/mobile/source/apps/flow/controllers/IndexController.php @@ -1761,8 +1761,6 @@ class IndexController extends FrontendController { * 验证是否登录 */ public function check_login(){ - var_dump($_SESSION[user_id]); - exit(); if(!$_SESSION[user_id]){ ecs_header("Location: ".U('user/login/index')); }