Till Brehm
2014-03-05 3de838ddf26c62a1f676c7cd9dc48de44bde54f9
- Improved IP address loop.
4 files modified
8 ■■■■ changed files
install/dist/lib/fedora.lib.php 2 ●●● patch | view | raw | blame | history
install/dist/lib/gentoo.lib.php 2 ●●● patch | view | raw | blame | history
install/dist/lib/opensuse.lib.php 2 ●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php 2 ●●● patch | view | raw | blame | history
install/dist/lib/fedora.lib.php
@@ -670,7 +670,7 @@
            }
        }
        
        $tpl->setLoop('ip_adresses',$ip_addresses);
        if(count($ip_addresses) > 0) $tpl->setLoop('ip_adresses',$ip_addresses);
        wf($vhost_conf_dir.'/ispconfig.conf', $tpl->grab());
        unset($tpl);
install/dist/lib/gentoo.lib.php
@@ -535,7 +535,7 @@
            }
        }
        
        $tpl->setLoop('ip_adresses',$ip_addresses);
        if(count($ip_addresses) > 0) $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,7 +685,7 @@
            }
        }
        
        $tpl->setLoop('ip_adresses',$ip_addresses);
        if(count($ip_addresses) > 0) $tpl->setLoop('ip_adresses',$ip_addresses);
        
        wf($vhost_conf_dir.'/ispconfig.conf', $tpl->grab());
        unset($tpl);
install/lib/installer_base.lib.php
@@ -1276,7 +1276,7 @@
            }
        }
        
        $tpl->setLoop('ip_adresses',$ip_addresses);
        if(count($ip_addresses) > 0) $tpl->setLoop('ip_adresses',$ip_addresses);
        
        wf($vhost_conf_dir.'/ispconfig.conf', $tpl->grab());
        unset($tpl);