summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol.php
diff options
context:
space:
mode:
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