X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..2329f698283944696a7076258cf816545970bb47:/index.php?ds=inline 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' );