From 419814dbe2543e2161dee9fa9d1263b607893228 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Mar 2013 15:29:49 +0800 Subject: [PATCH] Iptables.php --- Iptables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iptables.php b/Iptables.php index 1558ffa..d5566a2 100644 --- a/Iptables.php +++ b/Iptables.php @@ -117,7 +117,7 @@ class Pman_Admin_Iptables extends Pman { $e->whereAdd("event_when > NOW() - $interval"); - $ips = $e->fetchAll('ipaddr'); + $ips = $e->fetchAll('ipaddr','expires'); //inet addr:202.67.151.28 Bcast:202.67.151.255 Mask:255.255.255.0 $ifconfig = System::which('ifconfig'); -- 2.39.2