]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - index.php
WordPress 4.3-scripts
[autoinstalls/wordpress.git] / index.php
index 1e3364ad1b39db3a83b85a2b1227f0301bb69cc8..dd3d5544725cdeef35111afe17f57b4bc03221ec 100644 (file)
--- a/index.php
+++ b/index.php
@@ -14,4 +14,4 @@
 define('WP_USE_THEMES', true);
 
 /** Loads the WordPress Environment and Template */
 define('WP_USE_THEMES', true);
 
 /** Loads the WordPress Environment and Template */
-require('./wp-blog-header.php');
+require( dirname( __FILE__ ) . '/wp-blog-header.php' );