blob: 0fd4f3f314c6aea8d5741116395448fa784f68ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
echo'<br><br><br>
<table class = "box" border="0" cellpadding="1" width="720">';
// Please leave this bit in, its the least you can do with all the work we have done :)
echo'<tr>
<td class="smheading" align="center"><a href="http://utstats.unrealadmin.org/" target="_blank">
UTStats Beta 4.2.8</a> © 2005 azazel, AnthraX and toa</td>
</tr>
</table>
</center>
</td></tr></tbody></table>
</body></html>';
ob_end_flush();
|