19 lines
391 B
PHP
19 lines
391 B
PHP
<html>
|
|
<head>
|
|
<title><?php echo $filetitle; ?></title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<p> <p>
|
|
<h2><?php echo $realstatus; ?></h2>
|
|
<table border=1><tr><td>
|
|
<table border=0 cellpadding=4>
|
|
<tr><th colspan="2"><u><?php echo $sthInfo; ?></u></th></tr>
|
|
<tr><td> </td><td> </td></tr>
|
|
<?php echo $info; ?>
|
|
</table>
|
|
</td></tr></table>
|
|
</center>
|
|
</body>
|
|
</html>
|