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

This commit is contained in:
xurongyao 2018-09-15 11:15:47 +08:00
parent 82eafc98ff
commit 53b8119605

View File

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