From a87ba8774f892864ee71f4e9e20a56e1b2adc8fe Mon Sep 17 00:00:00 2001 From: i am da real crt yes Date: Tue, 13 Sep 2022 11:07:54 +0200 Subject: [PATCH] Fixed stuff wow --- app/gswave/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"; } }