mirror of
https://github.com/php/web-php.git
synced 2026-04-24 23:48:16 +02:00
2735e5f03f
1/n - Update / and /include/ only.
6 lines
119 B
PHP
6 lines
119 B
PHP
<?php
|
|
include_once __DIR__ . '/include/prepend.inc';
|
|
|
|
header("HTTP/1.1 301 Moved Permanently");
|
|
header("Location: /");
|