index
:
www
master
The Main www.mageia.org Website
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
en
/
downloads
/
dl.php
blob: 5f058fd9d5cfe87673e38de1c4fec4dc07b5049f (
plain
)
1
2
3
4
<
?php
header
(
'HTTP/1.1 301 Moved Permanently'
);
header
(
'Location: /downloads/'
);
?
>