Changeset 917 for trunk/install/index.php
- Timestamp:
- 06/05/10 00:57:35 (2 years ago)
- Files:
-
- 1 modified
-
trunk/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/index.php
r911 r917 935 935 $bOk = true; 936 936 937 if(!version_compare(PHP_VERSION, '5. 0.0', '>')) {937 if(!version_compare(PHP_VERSION, '5.1.2', '>=')) { 938 938 $bOk = false; 939 939 $this->Assign('validate_php_version', '<span style="color:red;">'.$this->Lang('no').'</span>');
