Magellan Linux

Diff of /alx-src/branches/alx-web-070/index.php

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

revision 10657 by niro, Wed Aug 30 14:05:27 2017 UTC revision 10658 by niro, Wed Aug 30 14:57:46 2017 UTC
# Line 155  foreach($comps as $c) Line 155  foreach($comps as $c)
155   echo '<td>'.$alxver.'</td>';   echo '<td>'.$alxver.'</td>';
156   echo '<td>'.$alxutils.'</td>';   echo '<td>'.$alxutils.'</td>';
157    
  // netboot state  
  if($c['netboot'] == 1) echo '<td>Netboot (PXE)</td>';  
  else echo '<td>Local Disk</td>';  
   
158   // arch   // arch
159   if($c['arch'] == 1) echo '<td>'.$c['arch'].'</td>';   if($c['arch'] == 1) echo '<td>'.$c['arch'].'</td>';
160   else echo '<td></td>';   else echo '<td></td>';
161    
162     // netboot state
163     if($c['netboot'] == 1) echo '<td>Netboot (PXE)</td>';
164     else echo '<td>Local Disk</td>';
165    
166   echo '<td>';   echo '<td>';
167   if(isset($c['online']))   if(isset($c['online']))
168   {   {

Legend:
Removed from v.10657  
changed lines
  Added in v.10658