Using:
|
";
}
}
if (file_exists("$docroot/$path")) {
print "";
//include("$docroot/$path");
/*
if (!isset($real) || strcmp($real, $realid) )
register_real_hit($path);
else
register_hit ($path);
*/
body_include("$docroot/$path");
//print "
real = $real
";
print "";
}
else {
print "The page you requested does not exist.";
print " If you think this is wrong, contact the webmaster.";
print "
Request: " . "$docroot/$path" . "
";
}
print "
|
Site hosted by SourceForge.
|