summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Fleming <strgout@pfsense.org>2005-07-02 21:14:33 +0000
committerJohn Fleming <strgout@pfsense.org>2005-07-02 21:14:33 +0000
commit9307495fa2321e22e1a7636b5fbe8d297c156c33 (patch)
treeac2d52ccf06924626e1176e21a2041983dc9f5e6
parent4482a381be61a3975d03c60b72e2be20b3a272e4 (diff)
downloadpfsense-9307495fa2321e22e1a7636b5fbe8d297c156c33.zip
pfsense-9307495fa2321e22e1a7636b5fbe8d297c156c33.tar.gz
disable javascipt call to enable_perusedb. Fixes a minor js error as
there is no document.iform.peruserbw a the moment.
-rwxr-xr-xusr/local/www/services_captiveportal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 893cc25..5cf1ef7 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -272,7 +272,7 @@ function enable_change(enable_change) {
auth_method_change();
enable_https();
- enable_peruserbw();
+ //enable_peruserbw();
}
//-->
@@ -468,4 +468,4 @@ NiftyCheck();
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
</script>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud