<?php
/*
* This is a php frontend for mod_log_sql. It interfaces
* with the table structure as defined in a MySql database and has been
* tested only with version 1.16 of mod_log_sql.
*
* contact hide@address.com
*
*/
if($showScriptName){
print $SCRIPT_NAME;
}
?>
<center>
<table border=0>
<tr><td align=center><font color=lightgrey face="Arial, Helvetica, Sans">Copyright 2002 deathblow at death-star.com</font></td></tr>
<tr><td align=center><a style="color:lightgrey" href="http://suiciety.sourceforge.net/apache.php">Apache-logViewSQL</a></td></tr>
</table>
</center>
</body>
</html>