From 61d96f7f05f29dab559b0febd4ddcf23000fac2d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 3 Feb 2019 12:43:02 -0700 Subject: [PATCH] Update cmd.php --- app/registrations/cmd.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/registrations/cmd.php b/app/registrations/cmd.php index 4ee76a0b55..3c34c248cf 100644 --- a/app/registrations/cmd.php +++ b/app/registrations/cmd.php @@ -47,6 +47,7 @@ $rdr = check_str($_GET['rdr']); $profile = check_str($_GET['profile']); $domain = check_str($_GET['domain']); + $host = check_str($_GET['host']); $show = check_str($_GET['show']); $user = check_str($_GET['user']); $agent = check_str($_GET['agent']);