summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2017-06-13 19:54:39 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2017-06-14 19:54:40 +0200
commit9cc7e37b710c869cacd9bee0397abe05e0a72323 (patch)
treeae5ed593e3071ed44f67eb71a4f823ecd20f9a2e /src/usr/local/www/services_wol.php
parent2c8c85787b3c2e0071b157891425afb819fe2ff1 (diff)
downloadpfsense-9cc7e37b710c869cacd9bee0397abe05e0a72323.zip
pfsense-9cc7e37b710c869cacd9bee0397abe05e0a72323.tar.gz
wol, use 'usepost' for links that need to send the magic packet
Diffstat (limited to 'src/usr/local/www/services_wol.php')
-rw-r--r--src/usr/local/www/services_wol.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_wol.php b/src/usr/local/www/services_wol.php
index 6061b90..6ea7e0f 100644
--- a/src/usr/local/www/services_wol.php
+++ b/src/usr/local/www/services_wol.php
@@ -131,7 +131,7 @@ $form = new Form(false);
$section = new Form_Section('Wake-on-LAN');
$section->addInput(new Form_Select(
- 'interface',
+ 'if',
'*Interface',
(link_interface_to_bridge($if) ? null : $if),
get_configured_interface_with_descr()
@@ -180,7 +180,7 @@ print $form;
<?=convert_friendly_interface_to_friendly_descr($wolent['interface']);?>
</td>
<td>
- <a href="?mac=<?=$wolent['mac'];?>&amp;if=<?=$wolent['interface'];?>"><?=strtolower($wolent['mac']);?></a>
+ <a href="?mac=<?=$wolent['mac'];?>&amp;if=<?=$wolent['interface'];?>" usepost><?=strtolower($wolent['mac']);?></a>
</td>
<td>
<?=htmlspecialchars($wolent['descr']);?>
OpenPOWER on IntegriCloud