summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_mac.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-05 03:51:15 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-05 03:51:15 -0500
commit1167a8c539d72f70c564d02763af0d678330f5bf (patch)
tree3e227a1893cde400fbbd1fafaddca70682b706cc /src/usr/local/www/services_captiveportal_mac.php
parentdc021689bb1337cfed30591a091907b617e521d9 (diff)
downloadpfsense-1167a8c539d72f70c564d02763af0d678330f5bf.zip
pfsense-1167a8c539d72f70c564d02763af0d678330f5bf.tar.gz
fix passthrough MAC addition
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac.php')
-rw-r--r--src/usr/local/www/services_captiveportal_mac.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac.php b/src/usr/local/www/services_captiveportal_mac.php
index fdf82d3..3fc8b08 100644
--- a/src/usr/local/www/services_captiveportal_mac.php
+++ b/src/usr/local/www/services_captiveportal_mac.php
@@ -221,11 +221,11 @@ else :
endif;
?>
<nav class="action-buttons">
- <a href="services_captiveportal_ip_edit.php?zone=<?=$cpzone?>&amp;act=add" class="btn btn-success">Add</a>
+ <a href="services_captiveportal_mac_edit.php?zone=<?=$cpzone?>&amp;act=add" class="btn btn-success">Add</a>
</nav>
</div>
<?php
print_info_box(gettext('Adding MAC addresses as "pass" MACs allows them access through the captive portal automatically without being taken to the portal page.'));
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud