Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
c9873b6e
Commit
c9873b6e
authored
Jul 22, 2011
by
tbrehm
Browse files
Disable iptables plugin as it is currently incomplete.
parent
8fe9ab67
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/iptables_plugin.inc.php
View file @
c9873b6e
...
@@ -8,8 +8,11 @@ class iptables_plugin
...
@@ -8,8 +8,11 @@ class iptables_plugin
function
onInstall
()
function
onInstall
()
{
{
global
$conf
;
global
$conf
;
/*
if($conf['iptables']['installed'] = true) return true;
if($conf['iptables']['installed'] = true) return true;
else return false;
else return false;
*/
return
false
;
}
}
function
onLoad
()
function
onLoad
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment