forgot ; lmeo
This commit is contained in:
parent
b55ee4c636
commit
62e85b976c
|
@ -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'].;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue