mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-20 01:12:50 +00:00
移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放crmeb一个目录
This commit is contained in:
parent
63018892dc
commit
e8564ab46c
@ -83,8 +83,8 @@
|
||||
<?php
|
||||
foreach($folder as $dir){
|
||||
$Testdir = CRMEBDIR.$dir;
|
||||
echo $Testdir."<br/>";
|
||||
//dir_create($Testdir);
|
||||
// echo $Testdir."<br/>";
|
||||
dir_create($Testdir);
|
||||
if(TestWrite($Testdir)){
|
||||
$w = '<span class="correct_span">√</span>可写 ';
|
||||
}else{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user