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