X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8a06f4f9392d1ac373442f82ee40428a3cb81395..refs/tags/wordpress-3.1-scripts:/wp-pass.php diff --git a/wp-pass.php b/wp-pass.php index 1be8095c..c0c0c42a 100644 --- a/wp-pass.php +++ b/wp-pass.php @@ -6,7 +6,7 @@ * @package WordPress */ -/** Make sure that the WordPress bootstrap has ran before continuing. */ +/** Make sure that the WordPress bootstrap has run before continuing. */ require( dirname(__FILE__) . '/wp-load.php'); if ( get_magic_quotes_gpc() ) @@ -16,4 +16,5 @@ if ( get_magic_quotes_gpc() ) setcookie('wp-postpass_' . COOKIEHASH, $_POST['post_password'], time() + 864000, COOKIEPATH); wp_safe_redirect(wp_get_referer()); -?> \ No newline at end of file +exit; +?>