1
0
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:
jim winstead
2001-03-01 21:42:48 +00:00
parent 6c01c17876
commit 6450ebf517
2 changed files with 2 additions and 2 deletions

View File

@@ -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/");

View File

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