scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Wordpress 3.2
[autoinstalls/wordpress.git]
/
wp-pass.php
diff --git
a/wp-pass.php
b/wp-pass.php
index 0ad6e5ea4e72412176c8df1589fe37c04c246580..c0c0c42a3e2c7d56050d511b76999f1019295e8c 100644
(file)
--- 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;
+?>