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