X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/11be8dc178e77d0b46189bbd8e33a216a9b90942..ae01624bdce6b71c47e08e8a0287de58284a6b73:/wp-commentsrss2.php diff --git a/wp-commentsrss2.php b/wp-commentsrss2.php index 1c146b14..280766ed 100644 --- a/wp-commentsrss2.php +++ b/wp-commentsrss2.php @@ -8,5 +8,5 @@ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'comments_rss2_url' ), 301 ); - -?> \ No newline at end of file +exit; +?>