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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user