Show
Ignore:
Timestamp:
06/05/10 00:57:35 (2 years ago)
Author:
ort
Message:

поддержка минимальной версии PHP от 5.1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install/index.php

    r911 r917  
    935935                $bOk = true; 
    936936                 
    937                 if(!version_compare(PHP_VERSION, '5.0.0', '>')) { 
     937                if(!version_compare(PHP_VERSION, '5.1.2', '>=')) { 
    938938                        $bOk = false; 
    939939                        $this->Assign('validate_php_version', '<span style="color:red;">'.$this->Lang('no').'</span>');