浏览代码

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

xurongyao 7 年之前
父节点
当前提交
a5d8a2763f
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;