X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/d3b1ea255664edd2deef17f900a655613d20820d..73db1360084ff9b194f8463cd9a45d4239546628:/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; +?>