X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/959f97d8ecd5c1668103a3e41c795486b944bc68..refs/tags/wordpress-3.4.2-scripts:/wp-config.php diff --git a/wp-config.php b/wp-config.php index 8f40f3ba..c0b15cc6 100644 --- a/wp-config.php +++ b/wp-config.php @@ -1,28 +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');