diff options
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/index.php b/public/index.php index c2dcbbf..fb063c5 100644 --- a/public/index.php +++ b/public/index.php @@ -1,4 +1,3 @@ <?php -define('WP_USE_THEMES', true); -require(__DIR__ . '/wp/wp-blog-header.php'); +require __DIR__ . '/wp/index.php'; |