1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/include/index.php
2001-04-10 17:20:35 +00:00

12 lines
204 B
PHP

<?php
require_once 'prepend.inc';
$lang = $MIRRORS[$MYSITE][6];
if (is_dir($lang)) {
header("Location: /manual/$lang/function.include.php");
}
header("Location: /manual/en/function.include.php");
?>