// If this is a legal dir, then it is under the docroot, else use basename if (dirname($url)) { $page_name = $Global["path"]."/$url"; } else { $page_name = basename($url); }
if (strpos($page_name,"header.inc.php") || $page_name=="header.inc.php") {$page_name="header.inc.bak";} if (strpos($page_name,"config.php") || $page_name=="config.php") {$page_name="my/config.php.bak";}
$body .= "<table border="0"><tr><td><img hspace="5" vspace="5" src="/images/page.gif" width="25" height="33" border="0" alt=""></td><td valign="bottom"><h4>该文件不存在!</h4></td></tr></table><hr size=1><font style="COLOR: black; FONT: 8pt/11pt verdana">Exceed PHP was unable to link to the Page you requested. The page might be temporarily unavailable.</font>
"; }