Changeset 6726 for trunk/wp-admin/setup-config.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r6568 r6726 14 14 $configFile = file('../wp-config-sample.php'); 15 15 16 if ( !is_writable('../')) 16 if ( !is_writable('../')) 17 17 wp_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."); 18 18 … … 195 195 fclose($handle); 196 196 chmod('../wp-config.php', 0666); 197 197 198 198 display_header(); 199 199 ?>
Note: See TracChangeset
for help on using the changeset viewer.