]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-pass.php
Wordpress 2.7.1-scripts
[autoinstalls/wordpress.git] / wp-pass.php
index 709a63b07ff293f24cacf690ce850b385ceb20ab..1be8095cc01aa026a5098b381f4a1353fef14fad 100644 (file)
@@ -1,5 +1,13 @@
 <?php
-require( dirname(__FILE__) . '/wp-config.php');
+/**
+ * Creates the password cookie and redirects back to where the
+ * visitor was before.
+ *
+ * @package WordPress
+ */
+
+/** Make sure that the WordPress bootstrap has ran before continuing. */
+require( dirname(__FILE__) . '/wp-load.php');
 
 if ( get_magic_quotes_gpc() )
        $_POST['post_password'] = stripslashes($_POST['post_password']);