Ticket #23247: 23247.2.diff
File 23247.2.diff, 652 bytes (added by , 12 years ago) |
---|
-
wp-admin/setup-config.php
63 63 wp_magic_quotes(); 64 64 65 65 if ( ! file_exists( ABSPATH . 'wp-config-sample.php' ) ) 66 wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file fromyour WordPress installation.' ) );66 wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file to the root directory of your WordPress installation.' ) ); 67 67 68 68 $config_file = file(ABSPATH . 'wp-config-sample.php'); 69 69