summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-10 08:09:23 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-10 08:09:23 -0400
commit6658142a6a570aef035207bf113f699269ebaa02 (patch)
treebcaf925f0fdbff16029683b3f569db229f7e9754 /src/usr/local/www/services_wol.php
parenta46c437d0f86ee3c187f7a360394275417161a03 (diff)
downloadpfsense-6658142a6a570aef035207bf113f699269ebaa02.zip
pfsense-6658142a6a570aef035207bf113f699269ebaa02.tar.gz
Minor edits to deal with a crash report. Don't "forwach" if the aray is not present.
Diffstat (limited to 'src/usr/local/www/services_wol.php')
-rw-r--r--src/usr/local/www/services_wol.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/local/www/services_wol.php b/src/usr/local/www/services_wol.php
index 8e3ed2d..37b46b6 100644
--- a/src/usr/local/www/services_wol.php
+++ b/src/usr/local/www/services_wol.php
@@ -122,9 +122,10 @@ if ($_GET['act'] == "del") {
$pgtitle = array(gettext("Services"), gettext("Wake on LAN"));
include("head.inc");
-?>
+print_info_box(gettext('This service can be used to wake up (power on) computers by sending special') . ' "' . gettext('Magic Packets') . '"<br />' .
+ gettext('The NIC in the computer that is to be woken up must support Wake on LAN and must be properly configured (WOL cable, BIOS settings).'));
-<p><?=gettext("This service can be used to wake up (power on) computers by sending special") . '\'' . gettext("Magic Packets") . '\'' . gettext("The NIC in the computer that is to be woken up must support Wake on LAN and has to be configured properly (WOL cable, BIOS settings). ")?></p>
+?>
<?php
OpenPOWER on IntegriCloud