wp-config.php 413 B

123456789
  1. <?php
  2. /**
  3. * Do not edit this file. Edit the config files found in the config/ dir instead.
  4. * This file is required in the root directory so WordPress can find it.
  5. * WP is hardcoded to look in its own directory or one directory up for wp-config.php.
  6. */
  7. require_once dirname(__DIR__) . '/vendor/autoload.php';
  8. require_once dirname(__DIR__) . '/config/application.php';
  9. require_once ABSPATH . 'wp-settings.php';