summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_mac_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_captiveportal_mac_edit.php')
-rwxr-xr-xusr/local/www/services_captiveportal_mac_edit.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/local/www/services_captiveportal_mac_edit.php b/usr/local/www/services_captiveportal_mac_edit.php
index 66236a6..07719cc 100755
--- a/usr/local/www/services_captiveportal_mac_edit.php
+++ b/usr/local/www/services_captiveportal_mac_edit.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = array("Services", "Captive portal", "Edit pass-through MAC address");
+$pgtitle = "Services:Captive portal:Edit pass-through MAC address";
require("guiconfig.inc");
if (!is_array($config['captiveportal']['passthrumac']))
@@ -91,16 +91,12 @@ if ($_POST) {
exit;
}
}
-
-$pgtitle = "Services: Captive Portal Edit MAC";
include("head.inc");
-
?>
-<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle">Services: Captive portal MAC Edit</p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
- <form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform">
+<p class="pgtitle"><?=$pgtitle?></p>
+ <form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">MAC address</td>
OpenPOWER on IntegriCloud