diff --git a/src/www/status_captiveportal_expire.php b/src/www/status_captiveportal_expire.php index 3c908ea19..722954997 100644 --- a/src/www/status_captiveportal_expire.php +++ b/src/www/status_captiveportal_expire.php @@ -1,6 +1,7 @@ . All rights reserved. @@ -38,7 +39,7 @@ if (isset($_POST['zone'])) $cpzone = $_POST['zone']; if (empty($cpzone)) { - header("Location: services_captiveportal_zones.php"); + header("Location: status_captiveportal.php"); exit; } diff --git a/src/www/status_captiveportal_test.php b/src/www/status_captiveportal_test.php index 5de9944ff..e4066c858 100644 --- a/src/www/status_captiveportal_test.php +++ b/src/www/status_captiveportal_test.php @@ -1,6 +1,7 @@ . All rights reserved. @@ -38,7 +39,7 @@ if (isset($_POST['zone'])) $cpzone = $_POST['zone']; if (empty($cpzone)) { - header("Location: services_captiveportal_zones.php"); + header("Location: status_captiveportal.php"); exit; } diff --git a/src/www/status_captiveportal_voucher_rolls.php b/src/www/status_captiveportal_voucher_rolls.php index fa6a59a08..cf5090a16 100644 --- a/src/www/status_captiveportal_voucher_rolls.php +++ b/src/www/status_captiveportal_voucher_rolls.php @@ -1,4 +1,5 @@ . @@ -38,7 +39,7 @@ if (isset($_POST['zone'])) $cpzone = $_POST['zone']; if (empty($cpzone)) { - header("Location: services_captiveportal_zones.php"); + header("Location: status_captiveportal.php"); exit; } diff --git a/src/www/status_captiveportal_vouchers.php b/src/www/status_captiveportal_vouchers.php index 1b2c87435..635b82800 100644 --- a/src/www/status_captiveportal_vouchers.php +++ b/src/www/status_captiveportal_vouchers.php @@ -1,6 +1,7 @@ . All rights reserved. @@ -38,7 +39,7 @@ if (isset($_POST['zone'])) $cpzone = $_POST['zone']; if (empty($cpzone)) { - header("Location: services_captiveportal_zones.php"); + header("Location: status_captiveportal.php"); exit; }