summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_captiveportal_voucher_rolls.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-11-15 01:28:59 -0500
committerChris Buechler <cmb@pfsense.org>2009-11-15 01:28:59 -0500
commit7540905c762247c49956a4860674191d5e1edd49 (patch)
tree88d609117c0ccf9016b30fc58f5a21dcbf6f7b52 /usr/local/www/status_captiveportal_voucher_rolls.php
parente593f5553fcf8d6a8cc388f44451bb0cac106a18 (diff)
downloadpfsense-7540905c762247c49956a4860674191d5e1edd49.zip
pfsense-7540905c762247c49956a4860674191d5e1edd49.tar.gz
call first tab "Active Users", and make it consistent
Diffstat (limited to 'usr/local/www/status_captiveportal_voucher_rolls.php')
-rw-r--r--usr/local/www/status_captiveportal_voucher_rolls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_captiveportal_voucher_rolls.php b/usr/local/www/status_captiveportal_voucher_rolls.php
index 6d7be3c..dfe1634 100644
--- a/usr/local/www/status_captiveportal_voucher_rolls.php
+++ b/usr/local/www/status_captiveportal_voucher_rolls.php
@@ -53,7 +53,7 @@ include("fbegin.inc");
<tr><td class="tabnavtbl">
<?php
$tab_array = array();
- $tab_array[] = array("Users", false, "status_captiveportal.php");
+ $tab_array[] = array("Active Users", false, "status_captiveportal.php");
$tab_array[] = array("Active Vouchers", false, "status_captiveportal_vouchers.php");
$tab_array[] = array("Voucher Rolls", true, "status_captiveportal_voucher_rolls.php");
$tab_array[] = array("Test Vouchers", false, "status_captiveportal_test.php");
OpenPOWER on IntegriCloud