Magellan Linux

Contents of /alx-src/trunk/alx-web/wake_on_lan.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 355 - (show annotations) (download)
Mon Oct 10 19:42:06 2005 UTC (18 years, 6 months ago) by niro
File size: 306 byte(s)
cvs import: alx-web for alxconfig-ng
 - code clean up and
 - reorganized the whole structure

1 <?
2 system('/usr/sbin/ether-wake '.$mac);
3 echo '<body onload="window.setTimeout(\'window.close()\', 1500)">';
4 echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>';
5 echo 'Waking up '.$mac.'...';
6 echo '</td></tr></table>';
7 ?>

Properties

Name Value
svn:executable *