summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 22:22:15 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 22:22:15 -0600
commit31582a15e9089467a79aa7700bcb38424e696f50 (patch)
treeb1260f20c99fc5646d01e6e02a043b83511022d9
parent47eaf22ddbd8b87ccfedba6613f24356525426f7 (diff)
downloadpfsense-31582a15e9089467a79aa7700bcb38424e696f50.zip
pfsense-31582a15e9089467a79aa7700bcb38424e696f50.tar.gz
Need to pass zone in the GET params so we don't get redirected to status_captiveportal.php
-rw-r--r--src/usr/local/www/status_captiveportal_vouchers.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/status_captiveportal_vouchers.php b/src/usr/local/www/status_captiveportal_vouchers.php
index 340a9a6..d6f4e27 100644
--- a/src/usr/local/www/status_captiveportal_vouchers.php
+++ b/src/usr/local/www/status_captiveportal_vouchers.php
@@ -142,11 +142,11 @@ display_top_tabs($tab_array);
<table class="table table-striped table-hover table-condensed">
<thead>
<tr>
- <th><a href="?order=0&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Voucher"); ?></a></th>
- <th><a href="?order=1&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Roll"); ?></a></th>
- <th><a href="?order=2&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Activated at"); ?></a></th>
- <th><a href="?order=3&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Expires in"); ?></a></th>
- <th><a href="?order=4&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Expires at"); ?></a></th>
+ <th><a href="?zone=<?=$cpzone?>&order=0&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Voucher"); ?></a></th>
+ <th><a href="?zone=<?=$cpzone?>&order=1&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Roll"); ?></a></th>
+ <th><a href="?zone=<?=$cpzone?>&order=2&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Activated at"); ?></a></th>
+ <th><a href="?zone=<?=$cpzone?>&order=3&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Expires in"); ?></a></th>
+ <th><a href="?zone=<?=$cpzone?>&order=4&amp;showact=<?=htmlspecialchars($_GET['showact'])?>"><?=gettext("Expires at"); ?></a></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud