Home
last modified time | relevance | path

Searched refs:asVGraph (Results 1 – 1 of 1) sorted by relevance

/dports/security/amavis-stats/amavis-stats-0.1.12/
H A Damavis-stats.php173 print asVGraph("$outdir/virus-day.png", $now, $daysec, "by day");
177 print asVGraph("$outdir/virus-week.png", $now, 7*$daysec, "by week");
181 print asVGraph("$outdir/virus-month.png", $now, 31*$daysec, "by month");
185 print asVGraph("$outdir/virus-year.png", $now, 365*$daysec, "by year");
450 function asVGraph($img, $end = 0, $length, $timetext = "", $host = "") { function