X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/177fd6fefd2e3d5a0ea6591c71d660cabdb3c1a4..f6364df6999f38896cc58171ec4a503f4f2dedcf:/wp-blog-header.php diff --git a/wp-blog-header.php b/wp-blog-header.php index ff81b46c..0f7118f3 100644 --- a/wp-blog-header.php +++ b/wp-blog-header.php @@ -1,24 +1,20 @@ wp-config.php file. I need this before we can get started. Need more help? We got it. 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", "WordPress › Error"); -} - -$wp_did_header = true; + $wp_did_header = true; -require_once( dirname(__FILE__) . '/wp-config.php'); + require_once( dirname(__FILE__) . '/wp-load.php' ); -wp(); + wp(); -require_once(ABSPATH . WPINC . '/template-loader.php'); + require_once( ABSPATH . WPINC . '/template-loader.php' ); -endif; +} -?> +?> \ No newline at end of file