From 4ef81eb3de5435b460653e6c8fa06f93dfa70783 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 7 Jun 2018 12:27:28 -0600 Subject: [PATCH] Update registrations.php --- app/registrations/registrations.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/registrations/registrations.php b/app/registrations/registrations.php index 113ffeecf8..6332ec915e 100644 --- a/app/registrations/registrations.php +++ b/app/registrations/registrations.php @@ -263,7 +263,7 @@ if ($matches != FALSE) { //set the user agent $agent = $row['agent']; - + //set the user id $user_id = str_replace('@', '_', $row['user']); @@ -277,10 +277,10 @@ echo " \n"; echo " \n"; echo " ".escape($row['user'])." \n"; - echo " ".htmlentities($row['agent'])." \n"; - echo " ".explode('"',$row['contact'])[1]."\n"; - echo " ".escape($row['lan-ip'])."\n"; - echo " ".escape($row['network-ip'])."\n"; + echo " ".escape($row['agent'])." \n"; + echo " ".escape(explode('"',$row['contact'])[1])."\n"; + echo " ".escape($row['lan-ip'])."\n"; + echo " ".escape($row['network-ip'])."\n"; echo " ".escape($row['network-port'])."\n"; echo " ".escape($row['host'])."\n"; echo " ".escape($row['status'])."\n";