--- alx-src/branches/alx-web-060/show.php 2011/07/06 14:15:18 2606 +++ alx-src/branches/alx-web-060/show.php 2011/07/06 14:17:11 2607 @@ -56,9 +56,9 @@ // 0.6.0 does not support lpd, ipp and socket printing atm if($alxos>='0.6.0') { - $drop['cfg_printers_port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2'); + $drop['port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2'); for ($i=0; $i<999; $i++) { $drop['cfg_printers_'.$i.'_ip'] = 'ignore'; } - $drop['cfg_printers_share'] = 'ignore'; + $drop['share'] = 'ignore'; } else {