Skip to content

Commit 2e0f2d2

Browse files
author
Marius Burkard
committed
Merge branch '4992-vapps-vhost-can-not-be-disabled' into 'develop'
Resolve "VApps VHost can not be disabled" Closes #4992 See merge request ispconfig/ispconfig3!1420
2 parents f5bd972 + 7e72c84 commit 2e0f2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apps_vhost_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function update($event_name, $data) {
251251
file_put_contents("$vhost_conf_dir/apps.vhost", $content);
252252

253253
// enabled / disable apps-vhost
254-
$vhost_symlink = $web_config['vhost_conf_enabled_dir'].'/000-apps.vhost';
254+
$vhost_symlink = $vhost_conf_enabled_dir . '/000-apps.vhost';
255255
if(is_link($vhost_symlink) && $web_config['apps_vhost_enabled'] == 'n') {
256256
$app->system->unlink($vhost_symlink);
257257
}

0 commit comments

Comments
 (0)