ssue 3635 인스톨시 php version check 수정

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13191 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
akasima 2013-11-08 07:05:36 +00:00
parent 172d4d8b9c
commit 3e73390ccb

View file

@ -331,7 +331,6 @@ class installController extends install
$checklist = array();
// 0. check your version of php (5.2.4 upper)
$checkPHPVersion = phpversion();
$checkPHPVersion = "5.2.1";
if(version_compare($checkPHPVersion, '5.2.4') == -1) $checklist['php_version'] = false;
else $checklist['php_version'] = true;
// 1. Check permission