X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..73db1360084ff9b194f8463cd9a45d4239546628:/wp-feed.php diff --git a/wp-feed.php b/wp-feed.php index 24cd8d67..afce8cd4 100644 --- a/wp-feed.php +++ b/wp-feed.php @@ -8,5 +8,5 @@ require( './wp-load.php' ); wp_redirect( get_bloginfo( get_default_feed() . '_url' ), 301 ); - -?> \ No newline at end of file +exit; +?>