--- alx-src/trunk/alx-web/show.php 2008/06/05 12:01:24 442 +++ alx-src/trunk/alx-web/show.php 2008/06/05 13:28:23 443 @@ -29,6 +29,7 @@ $drop['keyboard'] = array('kbd'); $drop['cfg_network_module'] = array('auto','3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211'); $drop['networking'] = array('dhcp', 'static'); + $drop['default_iface'] = sqlarr('SELECT iface FROM cfg_network_interfaces', '', 'default_iface'); $drop['iface'] = 'show'; $drop['port'] = array('lpt1', 'com1', 'com2', 'lpd', 'socket', 'ipp'); $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');