Magellan Linux

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

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

revision 3348 by niro, Wed Feb 8 13:03:11 2012 UTC revision 3349 by niro, Wed Feb 8 13:05:29 2012 UTC
# Line 162  foreach($comps as $c) Line 162  foreach($comps as $c)
162   //$alxutils = $alxinfo[1];   //$alxutils = $alxinfo[1];
163   }   }
164   }   }
165   if($alxver == '') $alxver='unkown';   if($alxver == '') $alxver='unknown';
166   if($alxutils == '') $alxutils='unkown';   if($alxutils == '') $alxutils='unknown';
167    
168         echo '<td>'.$alxver.'</td>';         echo '<td>'.$alxver.'</td>';
169         echo '<td>'.$alxutils.'</td>';         echo '<td>'.$alxutils.'</td>';

Legend:
Removed from v.3348  
changed lines
  Added in v.3349