forgot ; lmeo

This commit is contained in:
i am da real crt yes 2022-09-13 10:57:49 +02:00
parent b55ee4c636
commit 62e85b976c
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@
if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){ if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){
$otherclient = "Registrar/Server:".$_SESSION['domain_name'].":".$_SESSION['provision']['line_sip_port']['numeric'].; $otherclient = "Registrar/Server:".$_SESSION['domain_name'].":".$_SESSION['provision']['line_sip_port']['numeric'].;
$otherclient .= "Username:".$username. $otherclient .= "Username:".$username.;
$otherclient .= "Password:".$field['password']. $otherclient .= "Password:".$field['password'].;
} }