Sfoglia il codice sorgente

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

xurongyao 7 anni fa
parent
commit
53b8119605
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      crmeb/install/index.php

+ 1 - 0
crmeb/install/index.php

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