Skip to content

Commit c9873b6

Browse files
committed
Disable iptables plugin as it is currently incomplete.
1 parent 8fe9ab6 commit c9873b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/plugins-available/iptables_plugin.inc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ class iptables_plugin
88
function onInstall()
99
{
1010
global $conf;
11+
/*
1112
if($conf['iptables']['installed'] = true) return true;
1213
else return false;
14+
*/
15+
return false;
1316
}
1417

1518
function onLoad()

0 commit comments

Comments
 (0)