1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

bye, bye generated english manual. this should be exciting.

This commit is contained in:
jim winstead
2001-01-12 21:30:28 +00:00
parent d70a40e8b1
commit 53bcd9692e

8
manual/index.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
require "shared.inc";
$lang = $MIRRORS[$MYSITE][6];
if (is_dir($lang)) {
header("Location: lang/");
}
header("Location: en/");