mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
7 lines
120 B
PHP
7 lines
120 B
PHP
<?php
|
|
|
|
include_once __DIR__ . '/include/prepend.inc';
|
|
|
|
header("HTTP/1.1 301 Moved Permanently");
|
|
header("Location: /");
|