Changeset 865
- Timestamp:
- 02/11/2004 09:59:18 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install-config.php
r777 r865 7 7 if (!file_exists('../wp-config-sample.php')) 8 8 die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.'); 9 9 $configFile = file('../wp-config-sample.php'); 10 10 11 if (!is_writable('../')) die("Sorry, I can't write to the directory. You'll have to either change the permissions on your WordPress directory or create your wp-config.php manually."); 11 12
Note: See TracChangeset
for help on using the changeset viewer.