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