mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
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:
parent
172d4d8b9c
commit
3e73390ccb
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue