X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0f29eadd474473203a1182f52af1aa82721cecbd..ae01624bdce6b71c47e08e8a0287de58284a6b73:/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');