X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ff81ee6e8304a1982a3ec4f5b134764a29d502cf..38ca813a0e312e2768e5b9519f0415cd0aa84781:/wp-config-sample.php diff --git a/wp-config-sample.php b/wp-config-sample.php index 5cc89738..e47e1b5a 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.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');