1
0
mirror of https://github.com/php/web-php.git synced 2026-04-24 15:38:06 +02:00

fix chm path again

This commit is contained in:
Sascha Schumann
2001-08-15 07:59:28 +00:00
parent ab0fab92ce
commit a0d65afb5d
+1 -1
View File
@@ -89,7 +89,7 @@ use does otherwise.
} elseif ($fn == "manual.pdf.zip") {
$link_to = "distributions/manual/manual-$langcode.pdf.zip";
} elseif ($fn == "manual.chm") {
$link_to = "distributions/manual_$langcode.chm";
$link_to = "distributions/manual/manual-$langcode.chm";
} else {
$link_to = "manual/$langcode/$fn";
}