<?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($filter){
print "<center><table>\n<tr>\n<td>";
print "You have this filter enabled:</td>";
print "<td>".$filterType."</td>";
print "<td>".base64_decode($filterValue)."</td>";
print "</tr></table></center>";
}
print "TEST :".sensibleOn();
?>