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

This commit is contained in:
xurongyao 2018-09-15 17:13:54 +08:00
parent 70cf1d293b
commit a5d8a2763f

View File

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