From e04e6eef7365a630ad6fefad3d95df632e0ef31c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 11 Jul 2019 13:12:24 -0600 Subject: [PATCH] Update registrations.php --- app/registrations/registrations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/registrations/registrations.php b/app/registrations/registrations.php index 1f262a8b39..64ef5dbb4a 100644 --- a/app/registrations/registrations.php +++ b/app/registrations/registrations.php @@ -307,8 +307,8 @@ echo " ".escape($row['user'])." \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['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";