diff --git a/quickref.php b/quickref.php index 246eba976..ab84df992 100644 --- a/quickref.php +++ b/quickref.php @@ -2,7 +2,7 @@ require("shared.inc"); $NUMACROSS=2; -$d = dir("$DOCUMENT_ROOT/manual"); +$d = dir("$DOCUMENT_ROOT/manual/en"); while($entry=$d->read()) { if (substr($entry, 0, 1) == ".") { continue;