Explorar o código

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

xurongyao %!s(int64=7) %!d(string=hai) anos
pai
achega
ec998c0363
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/install/index.php

+ 1 - 1
crmeb/install/index.php

@@ -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());
         }