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 d5d9453..c20a3c1 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -1,5 +1,6 @@
<?php
+define( "WP_INSTALLING", true );
require ('wp-config.php');
require_once( ABSPATH . WPINC . '/registration.php');