Browse Source

去掉测试代码

pull/9/head
liuyu 3 years ago
parent
commit
611ff6c8fc
  1. 4
      index.php

4
index.php

@ -55,8 +55,8 @@ class run extends publicBase {
if (!$is_need_login) return true; if (!$is_need_login) return true;
$app_uid = $_SESSION['app_uid'] = 1; $app_uid = $_SESSION['app_uid'];
$app_name = $_SESSION['app_name'] = 'pdd95960343564'; $app_name = $_SESSION['app_name'];
if (empty($app_uid) || empty($app_name)) { if (empty($app_uid) || empty($app_name)) {
$pobj = new mPdd(); $pobj = new mPdd();

Loading…
Cancel
Save