- fix selection of default-ip/port combination in admin_domains

- beautification of update-process
This commit is contained in:
Michael Kaufmann (d00p)
2010-04-29 06:49:03 +00:00
parent 862265ab60
commit fde4d53f1d
4 changed files with 41 additions and 19 deletions

View File

@@ -563,7 +563,7 @@ if($page == 'domains'
$row_ipandport['ip'] = '[' . $row_ipandport['ip'] . ']';
}
$ipsandports.= makeoption($row_ipandport['ip'] . ':' . $row_ipandport['port'], $row_ipandport['id']);
$ipsandports.= makeoption($row_ipandport['ip'] . ':' . $row_ipandport['port'], $row_ipandport['id'], $settings['system']['defaultip']);
}
$ssl_ipsandports = '';