Magellan Linux

Diff of /alx-src/trunk/alx-web/show.php

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

revision 633 by niro, Tue Feb 3 15:24:31 2009 UTC revision 634 by niro, Thu Mar 5 08:47:15 2009 UTC
# Line 35  Line 35 
35   $drop['iface'] = 'show';   $drop['iface'] = 'show';
36   # only support parallel and seriell printing on tinyalx   # only support parallel and seriell printing on tinyalx
37   //$drop['port'] = array('lpt1', 'com1', 'com2', 'lpd', 'socket', 'ipp');   //$drop['port'] = array('lpt1', 'com1', 'com2', 'lpd', 'socket', 'ipp');
38   $drop['port'] = array('lpt1', 'com1', 'com2');   $drop['port'] = array('lpt1', 'usb1', 'com1', 'com2');
39   $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');   $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');
40   $drop['id'] = 'hidden';   $drop['id'] = 'hidden';
41   $drop['flg_modified'] = '1';   $drop['flg_modified'] = '1';

Legend:
Removed from v.633  
changed lines
  Added in v.634