Changeset 7971 for trunk/wp-admin/setup-config.php
- Timestamp:
- 05/21/2008 05:59:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r7883 r7971 20 20 if (file_exists('../wp-config.php')) 21 21 wp_die("<p>The file 'wp-config.php' already exists. 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>"); 22 23 // Check if wp-config.php exists above the root directory 24 if (file_exists('../../wp-config.php')) 25 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>"); 22 26 23 27 if (isset($_GET['step']))
Note: See TracChangeset
for help on using the changeset viewer.