Commit c755f813 authored by Marius Cramer's avatar Marius Cramer
Browse files

Merge branch 'master' into 'master'

fixed typo in installer_base.lib.php

See merge request !207
parents f3ff1e4b 1bed1901
......@@ -157,7 +157,7 @@ class installer_base {
if(is_installed('vzctl')) $conf['openvz']['installed'] = true;
if(is_installed('iptables') && is_installed('bastille-netfilter')) $conf['bastille']['installed'] = true;
if(is_installed('metronome') && is_installed('metronomectl')) $conf['xmpp']['installed'] = true;
if(is_installed('spamassassin')) $conf['spamassasin']['installed'] = true;
if(is_installed('spamassassin')) $conf['spamassassin']['installed'] = true;
if(is_installed('vlogger')) $conf['vlogger']['installed'] = true;
if(is_installed('cron')) $conf['cron']['installed'] = true;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment