diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index a4f175462c..3bb422d8d8 100755 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -172,14 +172,11 @@ if ($_POST) { $savemsg = get_std_save_message($retval); } } + +$pgtitle = "Services: Captive Portal"; +include("head.inc"); + ?> - - - -<?=gentitle("pfSense webGUI");?> - - - @@ -285,12 +282,14 @@ function enable_change(enable_change) {
- +
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");?> - - - @@ -89,12 +86,14 @@ if ($_GET['act'] == "del") {
- +
diff --git a/usr/local/www/services_captiveportal_users.php b/usr/local/www/services_captiveportal_users.php index b064e61e9a..b6e86ec2a0 100755 --- a/usr/local/www/services_captiveportal_users.php +++ b/usr/local/www/services_captiveportal_users.php @@ -136,14 +136,11 @@ if(is_array($config['users'])){ } } + +$pgtitle = "Services: Captive Portal: Users"; +include("head.inc"); + ?> - - - -<?=gentitle("pfSense webGUI");?> - - - @@ -156,12 +153,14 @@ if(is_array($config['users'])){
- +