mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-18 06:22:13 +00:00
Misc: Remove parameters from event_socket_create() calls.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
}
|
||||
|
||||
//create the event socket connection
|
||||
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
|
||||
$fp = event_socket_create();
|
||||
if ($fp) {
|
||||
//if reloadxml then run reloadacl, reloadxml and rescan the external profile for new gateways
|
||||
if (isset($command)) {
|
||||
|
||||
Reference in New Issue
Block a user