We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a14f4d commit 8d390a4Copy full SHA for 8d390a4
install/lib/installer_base.lib.php
@@ -837,6 +837,7 @@ public function install_ispconfig()
837
//copy('tpl/apache_ispconfig.vhost.master', "$vhost_conf_dir/ispconfig.vhost");
838
//* and create the symlink
839
if($this->install_ispconfig_interface == true) {
840
+ if(!@is_link("$vhost_conf_enabled_dir/ispconfig.vhost")) unlink("$vhost_conf_enabled_dir/ispconfig.vhost");
841
if(!@is_link("$vhost_conf_enabled_dir/000-ispconfig.vhost")) {
842
exec("ln -s $vhost_conf_dir/ispconfig.vhost $vhost_conf_enabled_dir/000-ispconfig.vhost");
843
}
0 commit comments