xref: /web-php/mirrors.php (revision 59c070f5)
1<?php
2
3include_once __DIR__ . '/include/prepend.inc';
4
5header("HTTP/1.1 301 Moved Permanently");
6header("Location: /");
7