summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status_captiveportal.php2
-rw-r--r--usr/local/www/status_captiveportal_test.php2
-rw-r--r--usr/local/www/status_captiveportal_voucher_rolls.php2
-rw-r--r--usr/local/www/status_captiveportal_vouchers.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/status_captiveportal.php b/usr/local/www/status_captiveportal.php
index 545b527..725f1fb 100755
--- a/usr/local/www/status_captiveportal.php
+++ b/usr/local/www/status_captiveportal.php
@@ -103,7 +103,7 @@ if ($_GET['order']) {
<tr><td class="tabnavtbl">
<?php
$tab_array = array();
- $tab_array[] = array("Logged Users", true, "status_captiveportal.php");
+ $tab_array[] = array("Active Users", true, "status_captiveportal.php");
$tab_array[] = array("Active Vouchers", false, "status_captiveportal_vouchers.php");
$tab_array[] = array("Voucher Rolls", false, "status_captiveportal_voucher_rolls.php");
$tab_array[] = array("Test Vouchers", false, "status_captiveportal_test.php");
diff --git a/usr/local/www/status_captiveportal_test.php b/usr/local/www/status_captiveportal_test.php
index cc97b9b..7831bd9 100644
--- a/usr/local/www/status_captiveportal_test.php
+++ b/usr/local/www/status_captiveportal_test.php
@@ -48,7 +48,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", false, "status_captiveportal_voucher_rolls.php");
$tab_array[] = array("Test Vouchers", true, "status_captiveportal_test.php");
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");
diff --git a/usr/local/www/status_captiveportal_vouchers.php b/usr/local/www/status_captiveportal_vouchers.php
index 14ae1c6..3a53e14 100644
--- a/usr/local/www/status_captiveportal_vouchers.php
+++ b/usr/local/www/status_captiveportal_vouchers.php
@@ -83,7 +83,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", true, "status_captiveportal_vouchers.php");
$tab_array[] = array("Voucher Rolls", false, "status_captiveportal_voucher_rolls.php");
$tab_array[] = array("Test Vouchers", false, "status_captiveportal_test.php");
OpenPOWER on IntegriCloud