Magellan Linux

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

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

revision 9474 by niro, Thu Apr 6 13:58:42 2017 UTC revision 11133 by niro, Thu Nov 23 10:21:44 2017 UTC
# Line 14  $data = array(); Line 14  $data = array();
14  $alxinfo = sqlfirst('SELECT * FROM client_version WHERE serial='.$id);  $alxinfo = sqlfirst('SELECT * FROM client_version WHERE serial='.$id);
15  $alxos = $alxinfo[os];  $alxos = $alxinfo[os];
16  $alxutils = $alxinfo[utils];  $alxutils = $alxinfo[utils];
17    $alxarch = $alxinfo[arch];
18    
19  // get gfxdriver  // get gfxdriver
20  $gfxinfo = sqlfirst('SELECT * FROM cfg_graphic WHERE serial='.$id);  $gfxinfo = sqlfirst('SELECT * FROM cfg_graphic WHERE serial='.$id);
# Line 64  $drop['hostname'] = 'bold'; Line 65  $drop['hostname'] = 'bold';
65  $drop['session'] = 'bold';  $drop['session'] = 'bold';
66  $drop['mtime'] = 'showtime';  $drop['mtime'] = 'showtime';
67  $drop['mac'] = 'show';  $drop['mac'] = 'show';
68    $drop['arch'] = 'show';
69  $drop['client_serials_serial'] = 'show';  $drop['client_serials_serial'] = 'show';
70  $drop['password'] = 'password';  $drop['password'] = 'password';
71  //$drop['shell'] = 'password';  //$drop['shell'] = 'password';
# Line 400  echo '</td><td valign=top>'; Line 402  echo '</td><td valign=top>';
402   echo '<br>';   echo '<br>';
403   echo '<u>OS:</u> '.$alxos.'<br>';   echo '<u>OS:</u> '.$alxos.'<br>';
404   echo '<u>Utils:</u> '.$alxutils.'<br>';   echo '<u>Utils:</u> '.$alxutils.'<br>';
405     echo '<u>Arch:</u> '.$alxarch.'<br>';
406   }   }
407    
408   echo '</b></div>';   echo '</b></div>';

Legend:
Removed from v.9474  
changed lines
  Added in v.11133