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.1.4
[autoinstalls/wordpress.git]
/
wp-atom.php
diff --git
a/wp-atom.php
b/wp-atom.php
index f7221f3fe8dda4eea0d5cb491f8676f71cdc7962..a83ac7db1d6b58b03dc5ae1da7e319294ac25f3f 100644
(file)
--- a/
wp-atom.php
+++ b/
wp-atom.php
@@
-8,5
+8,5
@@
require( './wp-load.php' );
wp_redirect( get_bloginfo( 'atom_url' ), 301 );
-
-?>
\ No newline at end of file
+exit;
+?>