summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-14 21:49:40 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-14 21:49:40 -0400
commit1d333258dc840cfdfa91d4d5566a9189e0ead9fe (patch)
tree68da71aa2427e130ff8f7d4556c07314daa86afc /usr/local/www/services_wol.php
parent7ac5a4cb18367693e0a4c576cbcd907ee7d5ad67 (diff)
downloadpfsense-1d333258dc840cfdfa91d4d5566a9189e0ead9fe.zip
pfsense-1d333258dc840cfdfa91d4d5566a9189e0ead9fe.tar.gz
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Diffstat (limited to 'usr/local/www/services_wol.php')
-rwxr-xr-xusr/local/www/services_wol.php17
1 files changed, 10 insertions, 7 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php
index 8fe4ad7..faf0bf9 100755
--- a/usr/local/www/services_wol.php
+++ b/usr/local/www/services_wol.php
@@ -28,6 +28,10 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ pfSense_BUILDER_BINARIES: /usr/local/bin/wol
+ pfSense_MODULE: wol
+*/
##|+PRIV
##|*IDENT=page-services-wakeonlan
@@ -36,7 +40,6 @@
##|*MATCH=services_wol.php*
##|-PRIV
-
require("guiconfig.inc");
if (!is_array($config['wol']['wolentry'])) {
@@ -148,10 +151,10 @@ include("head.inc");
</td>
</tr>
</table>
-&nbsp;<br>
-Wake all clients at once: <a href="services_wol.php?wakeall=true"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_wol_all.gif" width="17" height="17" border="0"></a><p/>
-Or Click the MAC address to wake up an individual device:
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ &nbsp;<br>
+ Wake all clients at once: <a href="services_wol.php?wakeall=true"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_wol_all.gif" width="17" height="17" border="0"></a><p/>
+ Or Click the MAC address to wake up an individual device:
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15%" class="listhdrr">Interface</td>
<td width="25%" class="listhdrr">MAC address</td>
@@ -188,7 +191,7 @@ Or Click the MAC address to wake up an individual device:
</tr>
</table>
</td>
- </tr>
+ </tr>
<?php $i++; endforeach; ?>
<tr>
<td class="list" colspan="3"></td>
@@ -201,7 +204,7 @@ Or Click the MAC address to wake up an individual device:
</table>
</td>
- </tr>
+ </tr>
</table>
<span class="vexpl">
<span class="red">
OpenPOWER on IntegriCloud