X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8a06f4f9392d1ac373442f82ee40428a3cb81395..2329f698283944696a7076258cf816545970bb47:/index.php diff --git a/index.php b/index.php index 49403ecc..dd3d5544 100644 --- a/index.php +++ b/index.php @@ -14,5 +14,4 @@ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ -require('./wp-blog-header.php'); -?> \ No newline at end of file +require( dirname( __FILE__ ) . '/wp-blog-header.php' );