X Tutup
Skip to content

Commit 2db11f5

Browse files
committed
fixed stat check
1 parent 81af5c1 commit 2db11f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
$man_languages = array();
4646
// Remove inactive online languages from the list to show
4747
foreach ($ACTIVE_ONLINE_LANGUAGES as $code => $langname) {
48-
if (file_exists($_SERVER['DOCUMENT_ROOT'] . "manual/$code/index.php")) {
48+
if (file_exists($_SERVER['DOCUMENT_ROOT'] . "/manual/$code/index.php")) {
4949
$man_languages[] = $code;
5050
}
5151
}

0 commit comments

Comments
 (0)
X Tutup