X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/449d082fcc4873c1f7d363a0d9f7409be7f6e77d..73db1360084ff9b194f8463cd9a45d4239546628:/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; +?>