summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-11 23:54:45 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-11 23:54:45 -0600
commitf5abb47d9703cb5894c65150ccac8656e06ea678 (patch)
tree76ed274a4d4185620eb1c374f38d1585965be68d /usr/local/www/services_wol.php
parentbcc8d8a33235fb39b915ebe40f4b69b6337639d3 (diff)
downloadpfsense-f5abb47d9703cb5894c65150ccac8656e06ea678.zip
pfsense-f5abb47d9703cb5894c65150ccac8656e06ea678.tar.gz
Fix link in error message for wake on lan.
Diffstat (limited to 'usr/local/www/services_wol.php')
-rwxr-xr-xusr/local/www/services_wol.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php
index d13dbfa..800f585 100755
--- a/usr/local/www/services_wol.php
+++ b/usr/local/www/services_wol.php
@@ -61,7 +61,7 @@ if($_GET['wakeall'] <> "") {
$savemsg .= sprintf(gettext('Sent magic packet to %1$s (%2$s)%3$s'),$mac, $description, ".<br>");
}
else {
- $savemsg .= sprintf(gettext('Please check the %1$ssystem log%2$s, the wol command for %3$s (%4$s) did not complete successfully%5$s'),'<a href=\"/diag_logs.php\">','</a>',$description,$mac,".<br>");
+ $savemsg .= sprintf(gettext('Please check the %1$ssystem log%2$s, the wol command for %3$s (%4$s) did not complete successfully%5$s'),'<a href="/diag_logs.php">','</a>',$description,$mac,".<br>");
}
}
}
@@ -96,7 +96,7 @@ if ($_POST || $_GET['mac']) {
$savemsg .= sprintf(gettext("Sent magic packet to %s."),$mac);
}
else {
- $savemsg .= sprintf(gettext('Please check the %1$ssystem log%2$s, the wol command for %3$s did not complete successfully%4$s'),'<a href=\"/diag_logs.php\">', '</a>', $mac, ".<br>");
+ $savemsg .= sprintf(gettext('Please check the %1$ssystem log%2$s, the wol command for %3$s did not complete successfully%4$s'),'<a href="/diag_logs.php">', '</a>', $mac, ".<br>");
}
}
}
OpenPOWER on IntegriCloud