From 62e85b976c0b6eff9e166ab08a0075cc498861cb Mon Sep 17 00:00:00 2001 From: i am da real crt yes Date: Tue, 13 Sep 2022 10:57:49 +0200 Subject: [PATCH] forgot ; lmeo --- app/gswave/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gswave/index.php b/app/gswave/index.php index 42c3609..68f08d4 100644 --- a/app/gswave/index.php +++ b/app/gswave/index.php @@ -130,8 +130,8 @@ 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 .= "Username:".$username.; + $otherclient .= "Password:".$field['password'].; }