diff -r 000000000000 -r d970ebf37754 wp/wp-load.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-load.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,62 @@ +wp-config.php file. I need this before we can get started." ) . '
'; + $die .= '' . __( "Need more help? We got it." ) . '
'; + $die .= '' . __( "You can create a wp-config.php
file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ) . '
' . __( "Create a Configuration File" ) . ''; + + wp_die( $die, __( 'WordPress › Error' ) ); +}