summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-signup.php')
-rw-r--r--wp-signup.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-signup.php b/wp-signup.php
index 1b84748..1aa60e8 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -2,6 +2,7 @@
define( "WP_INSTALLING", true );
require ('wp-config.php');
+require('./wp-blog-header.php');
require_once( ABSPATH . WPINC . '/registration.php');