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/html/index.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/");