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: 18d47208ba336e72deb48d61ec0bfe68507274ad (
plain
)
1
2
3
4
<
?php
header
(
'HTTP/1.1 301 Moved Permanently'
);
header
(
'Location: /downloads/'
);
die
;