diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index 2f5fbf7..616a906 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -21,7 +21,7 @@ class Index extends Controller { public function index() - { + { $this->redirect(sysuri('admin/login/index')); } }