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";