$LJ::SITEROOT/doc/find/?guide=docname
where docname is a document ID consisting only of ASCII letters, digits,
underscores, and hyphens.
};
return;
}
if ($guide =~ /[^\w\-]/) {
$title = "Error";
$body = 'Illegal characters in identifier of requested guide.';
return;
}
my $location = "$LJ::SITEROOT/doc/html/$guide.html"; # temporary
return BML::redirect($location);
_code?>1
_info?>
body=>
page?>
link: htdocs/doc/find/index.bml
_c?>