<?
include("identify.php");
load_all("phpinfo",5);
?>
<html>
<head>
<title>PHP Info</title>
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
</head>
<body>
<? topheader();
echo "<center><b>PHP Info</b><br></center>";
botheader(); ?>
<?
topcontent();
phpinfo();
botcontent();
include("botpage.inc");
?>
</body>
</html>