mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
fix a couple of dumb typos to fix default language of manual on mirrors
This commit is contained in:
@@ -3,6 +3,6 @@ require "shared.inc";
|
||||
|
||||
$lang = $MIRRORS[$MYSITE][6];
|
||||
if (is_dir("../$lang/html")) {
|
||||
header("Location: ../lang/html/");
|
||||
header("Location: ../$lang/html/");
|
||||
}
|
||||
header("Location: ../en/html/");
|
||||
|
||||
@@ -3,6 +3,6 @@ require "shared.inc";
|
||||
|
||||
$lang = $MIRRORS[$MYSITE][6];
|
||||
if (is_dir($lang)) {
|
||||
header("Location: lang/");
|
||||
header("Location: $lang/");
|
||||
}
|
||||
header("Location: en/");
|
||||
|
||||
Reference in New Issue
Block a user