Browse Source

前台不对外开放

lizhen_gitee 1 year ago
parent
commit
91545bbb35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common/controller/Frontend.php

+ 1 - 0
application/common/controller/Frontend.php

@@ -42,6 +42,7 @@ class Frontend extends Controller
 
     public function _initialize()
     {
+        exit;
         //移除HTML标签
         $this->request->filter('trim,strip_tags,htmlspecialchars');
         $modulename = $this->request->module();