diff --git a/app/registrations/status_registrations_inc.php b/app/registrations/status_registrations_inc.php index b6506c75cf..2823d45429 100644 --- a/app/registrations/status_registrations_inc.php +++ b/app/registrations/status_registrations_inc.php @@ -133,6 +133,7 @@ require_once "resources/classes/status_registrations.php"; echo "\n"; echo " ".$text['label-user']."\n"; echo " ".$text['label-agent']."\n"; + echo " ".$text['label-contact']."\n"; echo " ".$text['label-lan_ip']."\n"; echo " ".$text['label-ip']."\n"; echo " ".$text['label-port']."\n"; @@ -160,6 +161,7 @@ require_once "resources/classes/status_registrations.php"; echo "\n"; echo " ".$row['user']." \n"; echo " ".htmlentities($row['agent'])." \n"; + echo " ".explode('"',$row['contact'])[1]."\n"; echo " ".$row['lan-ip']."\n"; echo " ".$row['network-ip']."\n"; echo " ".$row['network-port']."\n";