1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/mirrors.php
Sara Golemon 2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -04:00

6 lines
119 B
PHP

<?php
include_once __DIR__ . '/include/prepend.inc';
header("HTTP/1.1 301 Moved Permanently");
header("Location: /");