From fd8d6b20e1d74d324c11441c647b385756ca361b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Mar 2013 15:46:42 +0800 Subject: [PATCH] Iptables.php --- Iptables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iptables.php b/Iptables.php index 1a728c3..644f319 100644 --- a/Iptables.php +++ b/Iptables.php @@ -199,7 +199,7 @@ class Pman_Admin_Iptables extends Pman { $row[$v] = $ar[$k]; } // print_r($row); - var_dump($row['target'])'' + var_dump($row['target']); if ($row['target'] != 'ACCEPT') { continue; } -- 2.39.2