diff --git a/app/gswave/index.php b/app/gswave/index.php index 68f08d4..a40e0d1 100644 --- a/app/gswave/index.php +++ b/app/gswave/index.php @@ -129,9 +129,9 @@ if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){ - $otherclient = "Registrar/Server:".$_SESSION['domain_name'].":".$_SESSION['provision']['line_sip_port']['numeric'].; - $otherclient .= "Username:".$username.; - $otherclient .= "Password:".$field['password'].; + $otherclient = "Registrar/Server:".$_SESSION['domain_name'].":".$_SESSION['provision']['line_sip_port']['numeric']."
"; + $otherclient .= "Username:".$username."
"; + $otherclient .= "Password:".$field['password']."
"; } @@ -221,7 +221,7 @@ } if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){ - echo "

"$otherclient"

\n"; + echo "

".$otherclient."

\n"; } }