aboutsummaryrefslogtreecommitdiffstats
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;