X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..f739362bc2205036998dacdccb4f07eda9048877:/index.php?ds=sidebyside diff --git a/index.php b/index.php index 1e3364ad..dd3d5544 100644 --- a/index.php +++ b/index.php @@ -14,4 +14,4 @@ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ -require('./wp-blog-header.php'); +require( dirname( __FILE__ ) . '/wp-blog-header.php' );