Iptables.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Mar 2013 07:45:42 +0000 (15:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Mar 2013 07:45:42 +0000 (15:45 +0800)
Iptables.php

index b4548f0..fe7781c 100644 (file)
@@ -200,7 +200,7 @@ class Pman_Admin_Iptables extends Pman {
             }
             print_r($row);
             
-            if ($row['target'] != 'INPUT') {
+            if ($row['target'] != 'ACCEPT') {
                 continue;
             }
             // got input rules now..