aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/dl.php
blob: 5f058fd9d5cfe87673e38de1c4fec4dc07b5049f (plain)
1
2
3
4
<?php
header('HTTP/1.1 301 Moved Permanently');
header('Location: /downloads/');
?>