Magellan Linux

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

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

revision 2598 by niro, Wed Jul 6 10:15:09 2011 UTC revision 2599 by niro, Wed Jul 6 10:28:40 2011 UTC
# Line 67  else Line 67  else
67  }  }
68  $drop['hostname'] = 'bold';  $drop['hostname'] = 'bold';
69  $drop['session'] = 'bold';  $drop['session'] = 'bold';
70  $drop['cfg_autostart_session'] = 'filename';  if($alxos>='0.6.0')
71    {
72     $drop['cfg_autostart_session'] = array('');
73     $drop['cfg_autostart_session'] += sqlarr('SELECT filename FROM cfg_sessions where serial='.$id, 'array', 'filename');
74    }
75    else
76    {
77     $drop['cfg_autostart_session'] = 'filename';
78    }
79  $drop['mtime'] = 'showtime';  $drop['mtime'] = 'showtime';
80  $drop['mac'] = 'show';  $drop['mac'] = 'show';
81  $drop['client_serials_serial'] = 'show';  $drop['client_serials_serial'] = 'show';
# Line 145  if($_POST['do_upl']) Line 153  if($_POST['do_upl'])
153   }   }
154   }   }
155   }   }
 }  
156    
157     // reload site
158     header("location: show.php?id=".$id);
159    }
160    
161  // EINLESEN DER DATEN AUS SQL-TABELLEN  // EINLESEN DER DATEN AUS SQL-TABELLEN
162  foreach($tabs as $k=>$t)  foreach($tabs as $k=>$t)

Legend:
Removed from v.2598  
changed lines
  Added in v.2599