Fixed stuff wow
This commit is contained in:
parent
62e85b976c
commit
a87ba8774f
|
@ -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']."<br>";
|
||||
$otherclient .= "Username:".$username."<br>";
|
||||
$otherclient .= "Password:".$field['password']."<br>";
|
||||
|
||||
|
||||
}
|
||||
|
@ -221,7 +221,7 @@
|
|||
}
|
||||
if ($_SESSION["ldap"]["gs_other_client"]["numeric"] > 0){
|
||||
|
||||
echo "<p>"$otherclient"</p>\n";
|
||||
echo "<p>".$otherclient."</p>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue