X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/449d082fcc4873c1f7d363a0d9f7409be7f6e77d..refs/tags/wordpress-3.1.4-scripts:/wp-rdf.php diff --git a/wp-rdf.php b/wp-rdf.php index 3c8f005f..cc94ad06 100644 --- a/wp-rdf.php +++ b/wp-rdf.php @@ -8,5 +8,5 @@ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'rdf_url' ), 301 ); - -?> \ No newline at end of file +exit; +?>