Magellan Linux

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

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

revision 2413 by niro, Tue Jun 7 13:12:26 2011 UTC revision 2414 by niro, Wed Jun 15 13:12:48 2011 UTC
# Line 120  foreach($comps as $c) Line 120  foreach($comps as $c)
120   if(!$_SESSION['alx_sort_loc'][$c['location']]) Continue;   if(!$_SESSION['alx_sort_loc'][$c['location']]) Continue;
121   if($c['serial']<0 && !$_SESSION['alx_sort_loc']['DEAD']) Continue;   if($c['serial']<0 && !$_SESSION['alx_sort_loc']['DEAD']) Continue;
122    
123   if($c['online']) $pic='online'   if($c['online']) $pic='online';
124   else $pic='offline';   else $pic='offline';
125    
126   if($c['serial']<0)   if($c['serial']<0)

Legend:
Removed from v.2413  
changed lines
  Added in v.2414