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:
8
manual/index.php
Normal file
8
manual/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require "shared.inc";
|
||||
|
||||
$lang = $MIRRORS[$MYSITE][6];
|
||||
if (is_dir($lang)) {
|
||||
header("Location: lang/");
|
||||
}
|
||||
header("Location: en/");
|
||||
Reference in New Issue
Block a user