summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-04 16:52:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-04 16:52:59 +0000
commit52f81266f595184887fdd726273ad8c2d0ef7b16 (patch)
treec2c919bb7b16e18baf7255f7c068f8bcdfd15ec9 /usr
parent1598fcf3945c18617726ea9e22d9d7acdf58debf (diff)
downloadpfsense-52f81266f595184887fdd726273ad8c2d0ef7b16.zip
pfsense-52f81266f595184887fdd726273ad8c2d0ef7b16.tar.gz
make sure form is defined with the name iform to avoid ie javascript exception errors.
reported-by: Matrixul
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index a5bf805..45bbf5a 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -179,7 +179,7 @@ if ($_POST) {
<link href="gui.css" rel="stylesheet" type="text/css">
</head>
-<form method="post">
+<form method="post" name="iform" id="iform">
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud