Magellan Linux

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

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

revision 1725 by niro, Fri Jan 21 00:01:27 2011 UTC revision 1726 by niro, Wed Mar 16 11:07:08 2011 UTC
# Line 1  Line 1 
1  <?  <?
2   // INCLUDE UND TABELLEN-DEFINITIONEN   // INCLUDE UND TABELLEN-DEFINITIONEN
3   include('include/basesql.php');   include('include/basesql.php');
4    
5     // INCLUDE CURRENT-PROBLEMS
6     include('include/current-problems.php');
7    
8   $tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'client_version');   $tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'client_version');
9   $multi= array(    0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0);   $multi= array(    0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0);
10   $data = array();   $data = array();

Legend:
Removed from v.1725  
changed lines
  Added in v.1726