From 477c58ce74c829973550c34b9a775578b1a7b532 Mon Sep 17 00:00:00 2001 From: Luigi Capriotti Date: Mon, 14 Jan 2013 11:24:28 +0100 Subject: Add page to allow manual vouchers expiration --- usr/local/www/status_captiveportal_voucher_rolls.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/status_captiveportal_voucher_rolls.php') diff --git a/usr/local/www/status_captiveportal_voucher_rolls.php b/usr/local/www/status_captiveportal_voucher_rolls.php index 33eae70..7ad778f 100644 --- a/usr/local/www/status_captiveportal_voucher_rolls.php +++ b/usr/local/www/status_captiveportal_voucher_rolls.php @@ -75,6 +75,7 @@ include("fbegin.inc"); $tab_array[] = array(gettext("Active Vouchers"), false, "status_captiveportal_vouchers.php?zone={$cpzone}"); $tab_array[] = array(gettext("Voucher Rolls"), true, "status_captiveportal_voucher_rolls.php?zone={$cpzone}"); $tab_array[] = array(gettext("Test Vouchers"), false, "status_captiveportal_test.php?zone={$cpzone}"); + $tab_array[] = array(gettext("Expire Vouchers"), false, "status_captiveportal_expire.php?zone={$cpzone}"); display_top_tabs($tab_array); ?> -- cgit v1.1