Iptables.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Mar 2013 06:36:12 +0000 (14:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Mar 2013 06:36:12 +0000 (14:36 +0800)
Iptables.php

index 442d214..07808d2 100644 (file)
@@ -216,6 +216,9 @@ class Pman_Admin_Iptables extends Pman {
         if (!$iptables) {
             $this->jerr("iptables could not be found.");
         }
+        
+        
+        
         $this->exec("{$iptables} -F postgres"); // flush old
         $this->exec("{$iptables} -N postgres");  // create new..