summaryrefslogtreecommitdiffstats
path: root/public/atom.php
blob: 26abeb6de52001764629d1b5409a5929300174d7 (plain)
1
2
3
4
<?php
header('Status: 301 Moved Permanently', false, 301);
header('Location: feed/');
exit;