Bug fixes

This commit is contained in:
dignajar 2015-06-26 02:09:22 -03:00
parent 4ace23ca50
commit e5a071e852
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function checkSystem()
array_push($stdOut, $errorText);
}
if(!version_compare(phpversion(), '5.2', '>'))
if(!version_compare(phpversion(), '5.3', '>='))
{
$errorText = 'Current PHP version '.phpversion().', you need > 5.3. (ERR_202)';
error_log($errorText, 0);