From 57eed3eaed775cf2f00f5bc386f8e48b6fc0ed04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 7 Apr 2021 13:29:44 +0800 Subject: [PATCH] Update Index.php --- app/index/controller/Index.php | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index ffdcdece4..8bf54637b 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -27,25 +27,4 @@ class Index extends Controller { $this->redirect(sysuri('admin/login/index')); } - - /** - * 重置系统数据 - */ - public function reset() - { - exit('Disable Reset.'); - - $this->_query('DataUser')->empty(); - $this->_query('DataUserToken')->empty(); - $this->_query('DataUserAddress')->empty(); - - $this->_query('DataUserRebate')->empty(); - $this->_query('DataUserBalance')->empty(); - $this->_query('DataUserTransfer')->empty(); - - $this->_query('ShopOrder')->empty(); - $this->_query('ShopOrderItem')->empty(); - $this->_query('ShopOrderSend')->empty(); - $this->_query('DataUserPayment')->empty(); - } } \ No newline at end of file