Jared Earle
unread,Mar 10, 2012, 8:37:35 AM3/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to snortreport-users
I've recently installed SnortReport and had to spend a few hours
cleaning up the code to stop it filling the error log (['var'] instead
of [var], preg_replace, islet, etc.) and was wondering what the
following line is supposed to be:
server# grep mktime alerts.php
$edate = mktime(0,0,0,date("n,j,Y",time()-($i*86400)));
Ideas? $i doesn't exist.