mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Misc: Remove parameters from event_socket_create() call.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
$row_style["1"] = "row_style1";
|
||||
|
||||
//connect to event socket
|
||||
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
|
||||
$fp = event_socket_create();
|
||||
|
||||
//switch version
|
||||
if (permission_exists('switch_version') && $fp) {
|
||||
|
||||
Reference in New Issue
Block a user