scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WordPress 4.0.1-scripts
[autoinstalls/wordpress.git]
/
index.php
diff --git
a/index.php
b/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 */
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' );