summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-signup.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/wp-signup.php b/wp-signup.php
index ee07827..4cb5c68 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -1,6 +1,8 @@
<?php
define( "WP_INSTALLING", true );
-require( 'wp-config.php' );
+
+/** Sets up the WordPress Environment. */
+require( dirname(__FILE__) . '/wp-load.php' );
add_action( 'wp_head', 'signuppageheaders' ) ;