X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/69ac90aac5f1f0c980444b182c6d03659fbc7e7a..refs/tags/wordpress-3.3.1-scripts:/wp-config.php diff --git a/wp-config.php b/wp-config.php index cec77f22..c0b15cc6 100644 --- a/wp-config.php +++ b/wp-config.php @@ -1,23 +1,90 @@ +/** 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');