diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-02-18 22:38:23 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-02-18 22:38:23 +0100 |
commit | 2c24be3502a186d57147b0cc3168b56907692e20 (patch) | |
tree | 41623ae13f28c24b5fe753f18d508748a08fa7d9 /wp-config.example.php | |
parent | 87544b9bb9b7bb169fb5691808e438ab16a5b509 (diff) |
Post-initial commit
Diffstat (limited to 'wp-config.example.php')
-rw-r--r-- | wp-config.example.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/wp-config.example.php b/wp-config.example.php index 7003c2e..6f6f9b4 100644 --- a/wp-config.example.php +++ b/wp-config.example.php @@ -37,10 +37,3 @@ if (WP_ENVIRONMENT_TYPE === 'development') { define('SCRIPT_DEBUG', false); define('DISALLOW_FILE_MODS', true); } - -if (! defined('ABSPATH')) { - define('ABSPATH', __DIR__ . '/public/'); -} - -require_once __DIR__ . '/vendor/autoload.php'; -require_once ABSPATH . 'wp-settings.php'; |