--- alx-src/trunk/alx-web/show.php 2008/06/07 10:10:34 478 +++ alx-src/trunk/alx-web/show.php 2008/06/07 10:12:00 479 @@ -42,7 +42,8 @@ $drop['hostname'] = 'bold'; $drop['session'] = 'bold'; $drop['displaymode'] = array('fullscreen', 'seamless', '1280x1024', '1024x768', '800x600'); - $drop['cfg_autostart_session'] = 'filename'; + $drop['cfg_autostart_session'] = array(''); + $drop['cfg_autostart_session'] += sqlarr('SELECT filename FROM cfg_sessions where serial='.$id, 'array', 'filename'); $drop['mtime'] = 'showtime'; $drop['mac'] = 'show'; $drop['client_serials_serial'] = 'show';