Magellan Linux

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

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

revision 2606 by niro, Wed Jul 6 14:15:18 2011 UTC revision 2607 by niro, Wed Jul 6 14:17:11 2011 UTC
# Line 56  $drop['networking'] = array('dhcp', 'sta Line 56  $drop['networking'] = array('dhcp', 'sta
56  // 0.6.0 does not support lpd, ipp and socket printing atm  // 0.6.0 does not support lpd, ipp and socket printing atm
57  if($alxos>='0.6.0')  if($alxos>='0.6.0')
58  {  {
59   $drop['cfg_printers_port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2');   $drop['port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2');
60   for ($i=0; $i<999; $i++) { $drop['cfg_printers_'.$i.'_ip'] = 'ignore'; }   for ($i=0; $i<999; $i++) { $drop['cfg_printers_'.$i.'_ip'] = 'ignore'; }
61   $drop['cfg_printers_share'] = 'ignore';   $drop['share'] = 'ignore';
62  }  }
63  else  else
64  {  {

Legend:
Removed from v.2606  
changed lines
  Added in v.2607