소스 검색

移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放public一个目录

xurongyao 7 년 전
부모
커밋
6c6eaa95d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/common.php

+ 1 - 1
application/common.php

@@ -20,7 +20,7 @@
 function sensitive_words_filter($str)
 {
     if (!$str) return '';
-    $file = ROOT_PATH. 'public/static/plug/censorwords/CensorWords';
+    $file = ROOT_PATH. PUBILC_PATH.'static/plug/censorwords/CensorWords';
     $words = file($file);
     foreach($words as $word)
     {