From fc0f8a53d12d41ccbf8a7a91aaacba4444dd019d Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 13 Jan 2001 07:18:54 +0000 Subject: [PATCH] The manual has moved --- quickref.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;