Magellan Linux

Diff of /alx-src/branches/alx-web-060/show.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2603 by niro, Wed Jul 6 10:40:34 2011 UTC revision 2604 by niro, Wed Jul 6 13:21:45 2011 UTC
# Line 53  else Line 53  else
53   $drop['cfg_network_module'] = array('3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211', 'b44', 'bnx2', 'dl2k', 'e1000', 'forcedeth', 'r8169', 'sk98lin', 'tg3', 'via-velocity');   $drop['cfg_network_module'] = array('3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211', 'b44', 'bnx2', 'dl2k', 'e1000', 'forcedeth', 'r8169', 'sk98lin', 'tg3', 'via-velocity');
54  }  }
55  $drop['networking'] = array('dhcp', 'static');  $drop['networking'] = array('dhcp', 'static');
56  $drop['port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2', 'lpd', 'socket', 'ipp');  // 0.6.0 does not support lpd, ipp and socket printing atm
57    if($alxos>='0.6.0')
58    {
59     $drop['cfg_printers_port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2');
60     $drop['cfg_printers_ip'] = 'ignore';
61     $drop['cfg_printers_share'] = 'ignore';
62    }
63    else
64    {
65     $drop['cfg_printers_port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2', 'lpd', 'socket', 'ipp');
66    }
67  $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');  $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');
68  $drop['id'] = 'hidden';  $drop['id'] = 'hidden';
69  $drop['flg_modified'] = '1';  $drop['flg_modified'] = '1';

Legend:
Removed from v.2603  
changed lines
  Added in v.2604