1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 19:52:29 +02:00
Files
archived-web-php/manual/index.php
2001-12-13 19:23:14 +00:00

9 lines
142 B
PHP

<?php
require_once 'prepend.inc';
$lang = default_language();
if (@is_dir($lang)) {
header("Location: $lang/");
}
header("Location: en/");