Magellan Linux

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

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

revision 465 by niro, Thu Jun 5 20:46:44 2008 UTC revision 466 by niro, Thu Jun 5 20:52:50 2008 UTC
# Line 174  Line 174 
174    
175   foreach($arr as $k=>$v)   foreach($arr as $k=>$v)
176   {   {
177   if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue;   //if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue;
178    
179   $d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k];   $d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k];
180   $k = str_replace('wireless_', '', $k);   //$k = str_replace('wireless_', '', $k);
181   $k2 = $k;   $k2 = $k;
182    
183   if(is_array($d))   if(is_array($d))
# Line 203  Line 203 
203   echo '</table>';   echo '</table>';
204   closeabs();   closeabs();
205    
206   if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true);   //if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true);
207   }   }
208   function parsearrs($name, $arr)   function parsearrs($name, $arr)
209   {   {

Legend:
Removed from v.465  
changed lines
  Added in v.466