X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/449d082fcc4873c1f7d363a0d9f7409be7f6e77d..refs/tags/wordpress-3.1.4-scripts:/wp-rss2.php diff --git a/wp-rss2.php b/wp-rss2.php index 78daa6d2..de75c239 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -8,5 +8,5 @@ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'rss2_url' ), 301 ); - -?> \ No newline at end of file +exit; +?>