]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - index.php
WordPress 4.6.1
[autoinstalls/wordpress.git] / index.php
index 49403ecc2d8a343da95ad8d354b4f16a73f094d9..dd3d5544725cdeef35111afe17f57b4bc03221ec 100644 (file)
--- 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' );