From a120ce86b4c3a086c174123629c4044fc0cf8458 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 11 Dec 2019 12:37:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4phpinfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpinfo.php | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 phpinfo.php diff --git a/phpinfo.php b/phpinfo.php deleted file mode 100644 index 2fa593917..000000000 --- a/phpinfo.php +++ /dev/null @@ -1,2 +0,0 @@ - Date: Wed, 11 Dec 2019 18:25:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/PromoteController.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index b718673a8..08dfda390 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -1893,6 +1893,11 @@ class PromoteController extends BaseController public function shift() { + $this->ajaxReturn([ + 'status' => false, + 'msg'=>'该功能暂时关闭' + ]); + $loginPromote = $this->getLoginPromote(); $params = $_POST; $params['creator_id'] = $loginPromote['id'];