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