index
:
planet
master
topic/moonmoon-upstream
user/rda/rda-10-dev
user/wally/upstream-10-dev
The planet.mageia.org Website
Damien Lallement [dams]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
public
/
atom.php
blob: 26abeb6de52001764629d1b5409a5929300174d7 (
plain
)
1
2
3
4
<
?php
header
(
'Status: 301 Moved Permanently'
,
false
,
301
);
header
(
'Location: feed/'
);
exit
;