X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9125fbfcfc257e62e4eaaac23e4ba3e7098e92b8..97318cb132b41ce8416eeb8bc0bf2b82cbcc2572:/wp-config.php diff --git a/wp-config.php b/wp-config.php index 5d06898b..c0b15cc6 100644 --- a/wp-config.php +++ b/wp-config.php @@ -1,21 +1,90 @@ \ No newline at end of file +/** Absolute path to the WordPress directory. */ +if ( !defined('ABSPATH') ) + define('ABSPATH', dirname(__FILE__) . '/'); + +/** Sets up WordPress vars and included files. */ +require_once(ABSPATH . 'wp-settings.php');