X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0f29eadd474473203a1182f52af1aa82721cecbd..refs/tags/wordpress-2.9.2-scripts:/wp-config.php diff --git a/wp-config.php b/wp-config.php index 5d06898b..8c73aa26 100644 --- a/wp-config.php +++ b/wp-config.php @@ -1,21 +1,76 @@ \ 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');