Przeglądaj źródła

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

xurongyao 7 lat temu
rodzic
commit
a5d8a2763f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      crmeb/install/index.php

+ 0 - 1
crmeb/install/index.php

@@ -336,7 +336,6 @@ switch ($step) {
 }
 
 function testwrite($d) {
-    echo $d."<br/>";
     if(is_file($d)){
         if(is_writeable($d)){
             return true;