src/web/wp-config.php
author ymh <ymh.work@gmail.com>
Mon, 17 Jun 2019 17:00:14 +0200
changeset 24 86535a5969b8
parent 2 8bfef8029c17
permissions -rw-r--r--
Style correction + remove emoji from CDN prefetch (cf. disable-emojis plugin)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?php
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
/**
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
 * Do not edit this file. Edit the config files found in the config/ dir instead.
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
 * This file is required in the root directory so WordPress can find it.
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
 * WP is hardcoded to look in its own directory or one directory up for wp-config.php.
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
 */
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
require_once dirname(__DIR__) . '/vendor/autoload.php';
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
require_once dirname(__DIR__) . '/config/application.php';
8bfef8029c17 Correct README and add missing wp-config file
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
require_once ABSPATH . 'wp-settings.php';