File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 576576//if($conf['squid']['installed'] == true && $conf['squid']['init_script'] != '' && is_file($conf['init_scripts'].'/'.$conf['squid']['init_script'])) system($conf['init_scripts'].'/'.$conf['squid']['init_script'].' restart &> /dev/null');
577577if ($ conf ['nginx ' ]['installed ' ] == true && $ conf ['nginx ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['nginx ' ]['init_script ' ], 'restart ' ).' &> /dev/null ' );
578578if ($ conf ['ufw ' ]['installed ' ] == true && $ conf ['ufw ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['ufw ' ]['init_script ' ], 'restart ' ).' &> /dev/null ' );
579- if ($ conf ['metronome ' ]['installed ' ] == true && $ conf ['metronome ' ]['init_script ' ] != '' ) system ($ inst ->getinitcommand ($ conf ['metronome ' ]['init_script ' ], 'restart ' ).' &> /dev/null ' );
580579
581580//* test tRNG
582581if ($ conf ['tRNG ' ]) tRNG ();
Original file line number Diff line number Diff line change @@ -172,8 +172,6 @@ public function find_installed_apps() {
172172 $ conf ['firewall ' ]['installed ' ] = true ;
173173 }
174174 if (is_installed ('fail2ban-server ' )) $ conf ['fail2ban ' ]['installed ' ] = true ;
175- if (is_installed ('metronome ' ) && is_installed ('metronomectl ' )) $ conf ['metronome ' ]['installed ' ] = true ;
176- if (is_installed ('prosody ' ) && is_installed ('prosodyctl ' )) $ conf ['prosody ' ]['installed ' ] = true ;
177175 if (is_installed ('spamassassin ' )) $ conf ['spamassassin ' ]['installed ' ] = true ;
178176 // if(is_installed('vlogger')) $conf['vlogger']['installed'] = true;
179177 // ISPConfig ships with vlogger, so it is always installed.
You can’t perform that action at this time.
0 commit comments