Update status_registrations.php
Update the indentation on status_registrations.php.
This commit is contained in:
parent
ac0ebfd380
commit
36dc7b88b2
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
|
||||
function get_registrations($sip_profile_name) {
|
||||
//get the global variables
|
||||
global $_SESSION, $fp, $show;
|
||||
|
||||
//get sofia status profile information including registrations
|
||||
$cmd = "api sofia xmlstatus profile ".$sip_profile_name." reg";
|
||||
$xml_response = trim(event_socket_request($fp, $cmd));
|
||||
|
|
@ -66,6 +68,7 @@ function get_registrations($sip_profile_name) {
|
|||
}
|
||||
}
|
||||
|
||||
//return the registrations array
|
||||
return $registrations;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue