install/dist/lib/fedora.lib.php | ●●●●● patch | view | raw | blame | history | |
install/dist/lib/gentoo.lib.php | ●●●●● patch | view | raw | blame | history | |
install/dist/lib/opensuse.lib.php | ●●●●● patch | view | raw | blame | history | |
install/lib/installer_base.lib.php | ●●●●● patch | view | raw | blame | history |
install/dist/lib/fedora.lib.php
@@ -669,6 +669,8 @@ } } } $tpl->setLoop('ip_adresses',$ip_addresses); wf($vhost_conf_dir.'/ispconfig.conf', $tpl->grab()); unset($tpl); install/dist/lib/gentoo.lib.php
@@ -534,6 +534,8 @@ } } } $tpl->setLoop('ip_adresses',$ip_addresses); wf($conf['apache']['vhost_conf_dir'].'/000-ispconfig.conf', $tpl->grab()); unset($tpl); install/dist/lib/opensuse.lib.php
@@ -685,6 +685,8 @@ } } $tpl->setLoop('ip_adresses',$ip_addresses); wf($vhost_conf_dir.'/ispconfig.conf', $tpl->grab()); unset($tpl); install/lib/installer_base.lib.php
@@ -1276,6 +1276,8 @@ } } $tpl->setLoop('ip_adresses',$ip_addresses); wf($vhost_conf_dir.'/ispconfig.conf', $tpl->grab()); unset($tpl);