diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index a3be3dbfc..b146e317d 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -33,7 +33,7 @@ class Index extends Controller */ public function reset() { - exit('Disable Reset!'); + exit('Disable Reset.'); $this->_query('DataUser')->empty(); $this->_query('DataUserToken')->empty();