diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php
index 58bac00a19..e79a474c27 100755
--- a/usr/local/www/services_captiveportal_ip.php
+++ b/usr/local/www/services_captiveportal_ip.php
@@ -68,14 +68,11 @@ if ($_GET['act'] == "del") {
exit;
}
}
+
+$pgtitle = "Services: Captive Portal: Allowed IP's";
+include("head.inc");
+
?>
-
-
-
-=gentitle("pfSense webGUI");?>
-
-
-
@@ -87,12 +84,14 @@ if ($_GET['act'] == "del") {
|
-
+
|
|
diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php
index 80a5907e4f..9dc57dfc4a 100755
--- a/usr/local/www/services_captiveportal_mac.php
+++ b/usr/local/www/services_captiveportal_mac.php
@@ -68,14 +68,11 @@ if ($_GET['act'] == "del") {
exit;
}
}
+
+$pgtitle = "Services: Captive Portal: Macs";
+include("head.inc");
+
?>
-
-
-
-=gentitle("pfSense webGUI");?>
-
-
-
| |