Iptables.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Mar 2013 08:41:56 +0000 (16:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Mar 2013 08:41:56 +0000 (16:41 +0800)
Iptables.php

index b854604..2651271 100644 (file)
@@ -247,6 +247,10 @@ class Pman_Admin_Iptables extends Pman {
             $this->exec("{$iptables} -A INPUT -p tcp -m udp --dport 5432 -j postgres");
         }
         
+        
+         $rows = $this->readChain('postgres');
+       
+        
         // -A INPUT -p udp -m udp --dport 5432 -j postgres
         // -A INPUT -p tcp -m tcp --dport 5432 -j postgres