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']);