diff --git a/index.php b/index.php index 6b0e885..d3df71e 100644 --- a/index.php +++ b/index.php @@ -55,8 +55,8 @@ class run extends publicBase { if (!$is_need_login) return true; - $app_uid = $_SESSION['app_uid'] = 1; - $app_name = $_SESSION['app_name'] = 'pdd95960343564'; + $app_uid = $_SESSION['app_uid']; + $app_name = $_SESSION['app_name']; if (empty($app_uid) || empty($app_name)) { $pobj = new mPdd();