Misc: Remove parameters from event_socket_create() calls.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
//setup 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();
|
||||
|
||||
//get the http post values and set them as php variables
|
||||
if (count($_POST) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user