Changeset 4462 for branches/2.0/install.php
- Timestamp:
- Dec 10, 2009, 12:33:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/install.php
r4046 r4462 226 226 load_language( 'admin.lang', '', array('language'=>$language, 'target_charset'=>'utf-8') ); 227 227 load_language( 'install.lang', '', array('language'=>$language, 'target_charset'=>'utf-8') ); 228 228 header('Content-Type: text/html; charset=UTF-8'); 229 229 //------------------------------------------------- check php version 230 230 if (version_compare(PHP_VERSION, REQUIRED_PHP_VERSION, '<'))
Note: See TracChangeset
for help on using the changeset viewer.