We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ff1e4 + 1bed190 commit c755f81Copy full SHA for c755f81
install/lib/installer_base.lib.php
@@ -157,7 +157,7 @@ public function find_installed_apps() {
157
if(is_installed('vzctl')) $conf['openvz']['installed'] = true;
158
if(is_installed('iptables') && is_installed('bastille-netfilter')) $conf['bastille']['installed'] = true;
159
if(is_installed('metronome') && is_installed('metronomectl')) $conf['xmpp']['installed'] = true;
160
- if(is_installed('spamassassin')) $conf['spamassasin']['installed'] = true;
+ if(is_installed('spamassassin')) $conf['spamassassin']['installed'] = true;
161
if(is_installed('vlogger')) $conf['vlogger']['installed'] = true;
162
if(is_installed('cron')) $conf['cron']['installed'] = true;
163
0 commit comments