Changeset 4454
- Timestamp:
- 12/09/09 20:20:34 (3 years ago)
- Files:
-
- 1 modified
-
trunk/install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/install.php
r4423 r4454 198 198 define('PHPWG_URL', 'http://'.PHPWG_DOMAIN); 199 199 200 if ( $step != 3)200 if (empty($step) || ($step != 3)) 201 201 { 202 202 load_language('common.lang', '', array('language' => $language, 'target_charset'=>'utf-8')); … … 228 228 array_push( $infos, l10n('step1_confirmation') ); 229 229 230 $required_version = constant('REQUIRED_'.strtoupper($ conf['dblayer']).'_VERSION');230 $required_version = constant('REQUIRED_'.strtoupper($dblayer).'_VERSION'); 231 231 if ( version_compare(pwg_get_db_version(), $required_version, '>=') ) 232 232 {
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)