mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
12 lines
204 B
PHP
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");
|
|
|
|
|
|
?>
|