mirror of
https://github.com/php/web-php.git
synced 2026-03-31 19:52:29 +02:00
9 lines
142 B
PHP
9 lines
142 B
PHP
<?php
|
|
require_once 'prepend.inc';
|
|
|
|
$lang = default_language();
|
|
if (@is_dir($lang)) {
|
|
header("Location: $lang/");
|
|
}
|
|
header("Location: en/");
|