X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/d3b1ea255664edd2deef17f900a655613d20820d..38ca813a0e312e2768e5b9519f0415cd0aa84781:/wp-pass.php diff --git a/wp-pass.php b/wp-pass.php index 0ad6e5ea..c0c0c42a 100644 --- a/wp-pass.php +++ b/wp-pass.php @@ -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; +?>