File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ public function get_php_version() {
161161 public function find_installed_apps () {
162162 global $ conf ;
163163
164- $ this ->call_hook ('find_installed_apps ' , false );
165164 if (is_installed ('mysql ' ) || is_installed ('mysqld ' )) $ conf ['mysql ' ]['installed ' ] = true ;
166165 if (is_installed ('postfix ' )) $ conf ['postfix ' ]['installed ' ] = true ;
167166 if (is_installed ('postgrey ' )) $ conf ['postgrey ' ]['installed ' ] = true ;
@@ -191,8 +190,6 @@ public function find_installed_apps() {
191190 if (is_installed ('cron ' ) || is_installed ('anacron ' )) $ conf ['cron ' ]['installed ' ] = true ;
192191
193192 if (($ conf ['apache ' ]['installed ' ] && is_file ($ conf ['apache ' ]["vhost_conf_enabled_dir " ]."/000-ispconfig.vhost " )) || ($ conf ['nginx ' ]['installed ' ] && is_file ($ conf ['nginx ' ]["vhost_conf_enabled_dir " ]."/000-ispconfig.vhost " ))) $ this ->ispconfig_interface_installed = true ;
194-
195- $ this ->call_hook ('find_installed_apps ' , true );
196193 }
197194
198195 public function force_configure_app ($ service , $ enable_force =true ) {
You can’t perform that action at this time.
0 commit comments