summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-signup.php')
-rw-r--r--wp-signup.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/wp-signup.php b/wp-signup.php
index 2b6df24..73f1e13 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -201,6 +201,9 @@ function signup_another_blog($blog_id = '', $blog_title = '', $errors = '') {
function validate_another_blog_signup() {
global $current_user, $blog_id, $blog_title, $errors, $domain, $path;
+ if( !is_user_logged_in() ) {
+ die();
+ }
$result = validate_blog_form();
extract($result);