Magellan Linux

Contents of /alx-src/tags/alx-web-20080607-r1/alx-web/wake_on_lan.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 481 - (show annotations) (download)
Sat Jun 7 10:20:36 2008 UTC (16 years ago) by (unknown author)
File size: 331 byte(s)
This commit was manufactured by cvs2svn to create tag
'alx-web-20080607-r1'.
1 <?
2 include('include/config.inc.php');
3
4 system($wolcmd.' '.$mac);
5 echo '<body onload="window.setTimeout(\'window.close()\', 1500)">';
6 echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>';
7 echo 'Waking up '.$mac.'...';
8 echo '</td></tr></table>';
9 ?>

Properties

Name Value
svn:executable *