<?php
# A trailing "/" should NOT be present in the list of mirrors
$mirrors= Array(
     
'http://ftp.belnet.be/mirrors/FOSDEM'
    
,'http://ftp.heanet.ie/mirrors/fosdem-video'
    
,'http://fosdem.unixheads.org'
    
,'http://mirrors.dotsrc.org/fosdem'
);
$file=$mirrors[array_rand($mirrors)].$_SERVER['REQUEST_URI'];
header('Location: '.$file);
?>
<html><body>
If your browser doesn't redirect you should download the file manually using: <a href="<?php echo $file; ?>><?php echo $file; ?></a>