diff options
Diffstat (limited to 'blog/web/index.php')
-rw-r--r-- | blog/web/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/blog/web/index.php b/blog/web/index.php new file mode 100644 index 000000000..fbc0ef37f --- /dev/null +++ b/blog/web/index.php @@ -0,0 +1,6 @@ +<?php + +# Copy of the lines from WP main index.php, so it can be in subdirectory +define('WP_USE_THEMES', true); +require('./wp/wp-blog-header.php'); + |