Magellan Linux

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

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

revision 8556 by niro, Mon Feb 8 14:05:46 2016 UTC revision 8557 by niro, Mon Feb 8 14:15:45 2016 UTC
# Line 420  echo '</td><td valign=top>'; Line 420  echo '</td><td valign=top>';
420   echo '<input class="but" type=button value="WAKE ON LAN" style="width:150px" onclick="if(confirm(\'WAKE CLIENT #'.$id.' ?\')) window.open(\'wake_on_lan.php?mac='.$data['client_serials']['mac'].'\', \'WakeWin\', \'width=200,height=100\')"><br>';   echo '<input class="but" type=button value="WAKE ON LAN" style="width:150px" onclick="if(confirm(\'WAKE CLIENT #'.$id.' ?\')) window.open(\'wake_on_lan.php?mac='.$data['client_serials']['mac'].'\', \'WakeWin\', \'width=200,height=100\')"><br>';
421    
422   // print version info   // print version info
423   $version = file_get_contents('.VERSION', FILE_USE_INCLUDE_PATH);   $version = file_get_contents('./VERSION', FILE_USE_INCLUDE_PATH);
424   echo '<br><br><font size="1">v'.$version.'</font>';   echo '<br><br><font size="1">v'.$version.'</font>';
425    
426  echo '</td></tr></table>';  echo '</td></tr></table>';

Legend:
Removed from v.8556  
changed lines
  Added in v.8557