<?
/******************************************************************************
************** Simple SMS Site Software *********************************
************** SSSSv1.0*****************************************************
************** by (aq) limited http://aql.com *******************************
************** All Rights Reserved ******************************************
************** Please read COPYRIGHT file prior to modification********
********************************************************************************/
?>
</td>
</tr>
</table>
<table>
<tr>
<td class=halfwidth>
<br>
<?
if ($_SESSION['user']) {
echo "User : ";
echo $_SESSION['user']; // print current username
}
?>
<br>
</td>
<td class=halfwidth>
<p align="right">Powered by...<br><a href="<?echo $home_page?>"><img height=35 width=95 src="inc/style/logo.jpg"></a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<?
if (is_resource($DB_CONN)) {
mysql_close();
}
?>