summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/services_captiveportal.php5
-rwxr-xr-xusr/local/www/services_captiveportal_ip.php5
-rwxr-xr-xusr/local/www/services_captiveportal_ip_edit.php5
-rwxr-xr-xusr/local/www/services_captiveportal_mac.php5
-rwxr-xr-xusr/local/www/services_captiveportal_mac_edit.php5
-rwxr-xr-xusr/local/www/services_captiveportal_users.php4
6 files changed, 29 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 7233293..3fdf75f 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -157,7 +157,12 @@ if ($_POST) {
$savemsg = get_std_save_message($retval);
}
}
+
+$pgtitle = "Services: Captive Portal";
+include("head.inc");
+
?>
+<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
<script language="JavaScript">
<!--
diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php
index 2266496..ceae5ae 100755
--- a/usr/local/www/services_captiveportal_ip.php
+++ b/usr/local/www/services_captiveportal_ip.php
@@ -67,7 +67,12 @@ if ($_GET['act'] == "del") {
exit;
}
}
+
+$pgtitle = "Services: Captive Portal IP";
+include("head.inc");
+
?>
+<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
<form action="services_captiveportal_ip.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
diff --git a/usr/local/www/services_captiveportal_ip_edit.php b/usr/local/www/services_captiveportal_ip_edit.php
index 85911e6..dda1dd6 100755
--- a/usr/local/www/services_captiveportal_ip_edit.php
+++ b/usr/local/www/services_captiveportal_ip_edit.php
@@ -92,7 +92,12 @@ if ($_POST) {
exit;
}
}
+
+$pgtitle = "Services: Captive Portal Edit Allowed IP Address";
+include("head.inc");
+
?>
+<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="services_captiveportal_ip_edit.php" method="post" name="iform" id="iform">
diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php
index 056b90f..ae4010b 100755
--- a/usr/local/www/services_captiveportal_mac.php
+++ b/usr/local/www/services_captiveportal_mac.php
@@ -67,7 +67,12 @@ if ($_GET['act'] == "del") {
exit;
}
}
+
+$pgtitle = "Services: Captive Portal MACS";
+include("head.inc");
+
?>
+<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
<form action="services_captiveportal_mac.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
diff --git a/usr/local/www/services_captiveportal_mac_edit.php b/usr/local/www/services_captiveportal_mac_edit.php
index f204d0f..e6e89ce 100755
--- a/usr/local/www/services_captiveportal_mac_edit.php
+++ b/usr/local/www/services_captiveportal_mac_edit.php
@@ -92,7 +92,12 @@ if ($_POST) {
exit;
}
}
+
+$pgtitle = "Services: Captive Portal Edit MAC";
+include("head.inc");
+
?>
+<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform">
diff --git a/usr/local/www/services_captiveportal_users.php b/usr/local/www/services_captiveportal_users.php
index 370f530..8c61401 100755
--- a/usr/local/www/services_captiveportal_users.php
+++ b/usr/local/www/services_captiveportal_users.php
@@ -63,7 +63,11 @@ if ($changed) {
exit;
}
+$pgtitle = "Services: Captive Portal";
+include("head.inc");
+
?>
+<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
OpenPOWER on IntegriCloud