From d48e85e0ac5e675ca33fac173f30c75403d1033f Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 22 Jun 2006 18:31:50 +0000 Subject: Moved everything in wp-inst down a directory. Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-activate.php | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 wp-activate.php (limited to 'wp-activate.php') diff --git a/wp-activate.php b/wp-activate.php new file mode 100644 index 0000000..f9846a8 --- /dev/null +++ b/wp-activate.php @@ -0,0 +1,77 @@ + +
+ + +

Activation Key Required

+
+ + + + + + + + + +
Activation Key:
 
+
+get_error_code() ) + echo __('The blog is already active. Please check your email inbox for your username, password, and login instructions.'); + else + echo $result->get_error_message(); + } else { + extract($result); + $url = get_blogaddress_by_id($blog_id); + $user = new WP_User($user_id); +?> +

+ + + + + +
+

:

+

user_login ?>

+

:

+

+
+

View your site or Login'), $url, 'http://' . $_SERVER[ 'SERVER_NAME' ] . '/' ); ?>

+ +
+ -- cgit