1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

The manual has moved

This commit is contained in:
Rasmus Lerdorf
2001-01-13 07:18:54 +00:00
parent 4cbcffdd32
commit fc0f8a53d1

View File

@@ -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;