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.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php
index 6153faf..51d8a8a 100755
--- a/usr/local/www/services_wol.php
+++ b/usr/local/www/services_wol.php
@@ -90,14 +90,13 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = "Services: Wake on LAN";
+$pgtitle = array("Services","Wake on LAN");
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<form action="services_wol.php" method="post" name="iform" id="iform">
OpenPOWER on IntegriCloud