We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81af5c1 commit 2db11f5Copy full SHA for 2db11f5
docs.php
@@ -45,7 +45,7 @@
45
$man_languages = array();
46
// Remove inactive online languages from the list to show
47
foreach ($ACTIVE_ONLINE_LANGUAGES as $code => $langname) {
48
- if (file_exists($_SERVER['DOCUMENT_ROOT'] . "manual/$code/index.php")) {
+ if (file_exists($_SERVER['DOCUMENT_ROOT'] . "/manual/$code/index.php")) {
49
$man_languages[] = $code;
50
}
51
0 commit comments