summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-04-26 02:55:15 +0000
committerScott Dale <sdale@pfsense.org>2007-04-26 02:55:15 +0000
commit93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d (patch)
tree03611960d748d8efb441897b112b1ad95b77e8e7 /usr/local/www/services_captiveportal_ip.php
parent53bf5f1d4a1b4f41ec73d0f3214b40cb81f0bf3f (diff)
downloadpfsense-93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d.zip
pfsense-93588e1a6ac243bb8ca026c4b8f5ec4bfc228d4d.tar.gz
correct the html structure, and show errors properly
MFC: asap
Diffstat (limited to 'usr/local/www/services_captiveportal_ip.php')
-rwxr-xr-xusr/local/www/services_captiveportal_ip.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php
index 9f5778a..cbb8f06 100755
--- a/usr/local/www/services_captiveportal_ip.php
+++ b/usr/local/www/services_captiveportal_ip.php
@@ -71,6 +71,7 @@ if ($_GET['act'] == "del") {
include("head.inc");
?>
<?php include("fbegin.inc"); ?>
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<p class="pgtitle"><?=$pgtitle?></p>
<form action="services_captiveportal_ip.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
@@ -145,3 +146,5 @@ include("head.inc");
</table>
</form>
<?php include("fend.inc"); ?>
+</body>
+</html>
OpenPOWER on IntegriCloud