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:
+1
-1
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user