Magellan Linux

Diff of /alx-src/trunk/alx-web/show.php

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

revision 478 by niro, Sat Jun 7 10:10:34 2008 UTC revision 479 by niro, Sat Jun 7 10:12:00 2008 UTC
# Line 42  Line 42 
42   $drop['hostname'] = 'bold';   $drop['hostname'] = 'bold';
43   $drop['session'] = 'bold';   $drop['session'] = 'bold';
44   $drop['displaymode'] = array('fullscreen', 'seamless', '1280x1024', '1024x768', '800x600');   $drop['displaymode'] = array('fullscreen', 'seamless', '1280x1024', '1024x768', '800x600');
45   $drop['cfg_autostart_session'] = 'filename';   $drop['cfg_autostart_session'] = array('');
46     $drop['cfg_autostart_session'] += sqlarr('SELECT filename FROM cfg_sessions where serial='.$id, 'array', 'filename');
47   $drop['mtime'] = 'showtime';   $drop['mtime'] = 'showtime';
48   $drop['mac'] = 'show';   $drop['mac'] = 'show';
49   $drop['client_serials_serial'] = 'show';   $drop['client_serials_serial'] = 'show';

Legend:
Removed from v.478  
changed lines
  Added in v.479