summaryrefslogtreecommitdiff
path: root/wp-config.example.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-config.example.php')
-rw-r--r--wp-config.example.php7
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';