Преглед изворни кода

移动安装目录,支持根目录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)
     {