summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-07 19:30:45 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-07 19:30:45 +0000
commit7ec05d27c73b9fd3ffa579e18b72040ba5fdec74 (patch)
treeb51ef368b0257403123b5af3287ce34eaf30316d /usr/local/www/services_captiveportal.php
parent1723f72d93c1e0d4c9a4ec9a56262e81a09d45b8 (diff)
downloadpfsense-7ec05d27c73b9fd3ffa579e18b72040ba5fdec74.zip
pfsense-7ec05d27c73b9fd3ffa579e18b72040ba5fdec74.tar.gz
* Rename link_int_to_bridge_interface to link_interface_to_bridge
* Create two new function link_interface_to_{gif,gre}
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-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 8fa01f9..e68bd4f 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -100,7 +100,7 @@ if ($_POST) {
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
/* make sure no interfaces are bridged */
- if (link_int_to_bridge_interface($pconfig['cinterface']))
+ if (link_interface_to_bridge($pconfig['cinterface']))
$input_errors[] = "The captive portal cannot be used when one or more interfaces are bridged.";
if ($_POST['httpslogin_enable']) {
OpenPOWER on IntegriCloud