diff --git a/app/registrations/status_registrations.php b/app/registrations/status_registrations.php index 1ab5b3c043..a46f6709d3 100644 --- a/app/registrations/status_registrations.php +++ b/app/registrations/status_registrations.php @@ -166,9 +166,9 @@ require_once "resources/check_auth.php"; echo "
| ".$text['label-domain']." | \n"; - } + //if (count($_SESSION["domains"]) > 1) { + // echo "".$text['label-domain']." | \n"; + //} //echo "User | \n"; //echo "Caller ID | \n"; echo "".$text['label-user']." | \n"; @@ -196,13 +196,13 @@ require_once "resources/check_auth.php"; //show the registrations echo "||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ".$row['sip-auth-realm']." | \n"; - } + //if (count($_SESSION["domains"]) > 1) { + // echo "".$row['sip-auth-realm']." | \n"; + //} //".$row['call-id']." | \n"; - //echo "".$row['user']." | \n"; + echo "".$row['user']." | \n"; //echo "".$row['contact']." | \n"; - echo "".$row['sip-auth-user']." | \n"; + //echo "".$row['sip-auth-user']." | \n"; echo "".htmlentities($row['agent'])." | \n"; //echo "".$row['host']." | \n"; echo "".$row['network-ip']." | \n";