X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3e7fab96d7874067884348df10bbdcdefa4a89ad..73db1360084ff9b194f8463cd9a45d4239546628:/wp-atom.php diff --git a/wp-atom.php b/wp-atom.php index 4c52b97f..a83ac7db 100644 --- a/wp-atom.php +++ b/wp-atom.php @@ -1,10 +1,12 @@ \ No newline at end of file +require( './wp-load.php' ); +wp_redirect( get_bloginfo( 'atom_url' ), 301 ); +exit; +?>