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 @@ -118,7 +118,7 @@ public function find_installed_apps() {
118118 if (is_installed ('mysql ' ) || is_installed ('mysqld ' )) $ conf ['mysql ' ]['installed ' ] = true ;
119119 if (is_installed ('postfix ' )) $ conf ['postfix ' ]['installed ' ] = true ;
120120 if (is_installed ('mailman ' )) $ conf ['mailman ' ]['installed ' ] = true ;
121- if (is_installed ('apache ' ) || is_installed ('apache2 ' ) || is_installed ('httpd ' )) $ conf ['apache ' ]['installed ' ] = true ;
121+ if (is_installed ('apache ' ) || is_installed ('apache2 ' ) || is_installed ('httpd ' ) || is_installed ( ' httpd2 ' ) ) $ conf ['apache ' ]['installed ' ] = true ;
122122 if (is_installed ('getmail ' )) $ conf ['getmail ' ]['installed ' ] = true ;
123123 if (is_installed ('courierlogger ' )) $ conf ['courier ' ]['installed ' ] = true ;
124124 if (is_installed ('dovecot ' )) $ conf ['dovecot ' ]['installed ' ] = true ;
You can’t perform that action at this time.
0 commit comments