Ticket #9474: 9474.diff
| File 9474.diff, 873 bytes (added by , 17 years ago) |
|---|
-
Users/denis/Sites/sem-pro/wp-admin/setup-config.php
46 46 if (file_exists('../../wp-config.php') && ! file_exists('../../wp-settings.php')) 47 47 wp_die("<p>The file 'wp-config.php' already exists one level above your WordPress installation. If you need to reset any of the configuration items in this file, please delete it first. You may try <a href='install.php'>installing now</a>.</p>"); 48 48 49 if ( !extension_loaded('mysql') && !file_exists(WP_CONTENT_DIR . '/db.php') ) 50 wp_die('Your PHP installation appears to be missing the MySQL extension which is required by WordPress.'); 51 49 52 if (isset($_GET['step'])) 50 53 $step = $_GET['step']; 51 54 else