X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/11be8dc178e77d0b46189bbd8e33a216a9b90942..b137f4ce021b4022c56f452c2eafa7abfcef0a7c:/wp-rss.php diff --git a/wp-rss.php b/wp-rss.php index 0ae63a23..af2427ad 100644 --- a/wp-rss.php +++ b/wp-rss.php @@ -8,5 +8,5 @@ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'rss_url' ), 301 ); - -?> \ No newline at end of file +exit; +?>