X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..b137f4ce021b4022c56f452c2eafa7abfcef0a7c:/wp-atom.php diff --git a/wp-atom.php b/wp-atom.php index 9e20eb68..a83ac7db 100644 --- a/wp-atom.php +++ b/wp-atom.php @@ -1,21 +1,12 @@ \ No newline at end of file +require( './wp-load.php' ); +wp_redirect( get_bloginfo( 'atom_url' ), 301 ); +exit; +?>