mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-19 08:42:54 +00:00
移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放crmeb一个目录
This commit is contained in:
parent
2ab55816e6
commit
ec998c0363
@ -66,7 +66,7 @@ switch ($step) {
|
||||
|
||||
case '2':
|
||||
|
||||
if (phpversion() < 5.5.9) {
|
||||
if (phpversion() < 5.6) {
|
||||
die('本系统需要PHP5+MYSQL >=5.5.9环境,当前PHP版本为:' . phpversion());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user