diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-03-08 15:46:26 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-03-08 15:46:26 +0100 |
commit | 7055700be25bb9d03672350c6cd3880274e1ea8b (patch) | |
tree | 9973730a056fd347f4c846459eaf5b2b64fdd2e8 /public/index.php | |
parent | be8749fdb920a50fa3fb585640c7e7f3c0b30361 (diff) |
Fixes WP_CONTENT_URL define
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'; |