File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,9 @@ public function find_installed_apps() {
172172 if (is_installed ('squid ' )) $ conf ['squid ' ]['installed ' ] = true ;
173173 if (is_installed ('nginx ' )) $ conf ['nginx ' ]['installed ' ] = true ;
174174 if (is_installed ('iptables ' ) && is_installed ('ufw ' )) $ conf ['ufw ' ]['installed ' ] = true ;
175+ if (is_installed ('iptables ' ) && is_installed ('bastille-netfilter ' )) $ conf ['firewall ' ]['installed ' ] = true ;
175176 if (is_installed ('fail2ban-server ' )) $ conf ['fail2ban ' ]['installed ' ] = true ;
176177 if (is_installed ('vzctl ' )) $ conf ['openvz ' ]['installed ' ] = true ;
177- if (is_installed ('iptables ' ) && is_installed ('bastille-netfilter ' )) $ conf ['bastille ' ]['installed ' ] = true ;
178178 if (is_installed ('metronome ' ) && is_installed ('metronomectl ' )) $ conf ['xmpp ' ]['installed ' ] = true ;
179179 if (is_installed ('spamassassin ' )) $ conf ['spamassassin ' ]['installed ' ] = true ;
180180 if (is_installed ('vlogger ' )) $ conf ['vlogger ' ]['installed ' ] = true ;
You can’t perform that action at this time.
0 commit comments