From 6df44afb16514f219cc1af7a90fdba955a0925d1 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Thu, 24 Oct 2019 19:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/StatController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Admin/Controller/StatController.class.php b/Application/Admin/Controller/StatController.class.php index 856e8c242..fad630ebd 100644 --- a/Application/Admin/Controller/StatController.class.php +++ b/Application/Admin/Controller/StatController.class.php @@ -123,6 +123,8 @@ class StatController extends ThinkController */ public function userretention($p = 0) { + echo "暂不开放"; + die(); $request=$_REQUEST; $page = intval($p); $page = $page ? $page : 1; //默认显示第一页数据