Iptables.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 14 Feb 2013 14:56:31 +0000 (22:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 14 Feb 2013 14:56:31 +0000 (22:56 +0800)
Iptables.php

index 1f31f56..5a9db34 100644 (file)
@@ -20,7 +20,7 @@ class Pman_Admin_Iptables extends Pman {
         // find IP's that have been used to log in.
         // dump them to the iptables file.
         // if it's different - apply it...
-        DB_DataObject::debugLevel(1);
+        //DB_DataObject::debugLevel(1);
         // need to get a list of users who have Admin.Iptables rights..
         $gr = DB_DataObject::factory('group_rights');
         $grps = $gr->groupsWithRights('Admin.Iptables', 'S');