1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/mirrors.php
2019-04-01 11:27:09 +01:00

6 lines
137 B
PHP

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
header("HTTP/1.1 301 Moved Permanently");
header("Location: /");