From 00109fef227cd83f9e440b663f110f93ffdd1d6e Mon Sep 17 00:00:00 2001 From: Michael Newton Date: Thu, 14 Feb 2013 21:46:40 -0800 Subject: while we're here, send named termination causes --- usr/local/www/widgets/widgets/captive_portal_status.widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/widgets/widgets/captive_portal_status.widget.php') diff --git a/usr/local/www/widgets/widgets/captive_portal_status.widget.php b/usr/local/www/widgets/widgets/captive_portal_status.widget.php index 48651d7..1393fc0 100644 --- a/usr/local/www/widgets/widgets/captive_portal_status.widget.php +++ b/usr/local/www/widgets/widgets/captive_portal_status.widget.php @@ -46,7 +46,7 @@ require_once("captiveportal.inc"); if (($_GET['act'] == "del") && (!empty($_GET['zone']))) { $cpzone = $_GET['zone']; - captiveportal_disconnect_client($_GET['id']); + captiveportal_disconnect_client($_GET['id'], RADIUS_TERM_ADMIN_RESET); } flush(); -- cgit v1.1