From 5a539802d8cbb781279c20dd6c557f82e91b3fa9 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Mon, 27 Aug 2012 13:36:19 -0400 Subject: [PATCH] Fixed: Some templates used changeTab in a way that was not compatible with the new options to discard changes on changeTab --- server/plugins-available/iptables_plugin.inc.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/server/plugins-available/iptables_plugin.inc.php b/server/plugins-available/iptables_plugin.inc.php index 2aba144..247eb7b 100644 --- a/server/plugins-available/iptables_plugin.inc.php +++ b/server/plugins-available/iptables_plugin.inc.php @@ -8,8 +8,11 @@ function onInstall() { global $conf; + /* if($conf['iptables']['installed'] = true) return true; else return false; + */ + return false; } function onLoad() -- Gitblit v1.9.1