Rename the EventSocket class.

This commit is contained in:
markjcrane
2016-04-02 19:23:16 -06:00
parent 52ff8fae68
commit 7d61371bc9
6 changed files with 13 additions and 14 deletions
@@ -348,7 +348,7 @@ include "root.php";
}
protected function restart_switch() {
$esl = new EventSocket;
$esl = new event_socket;
if(!$esl->connect($this->global_settings->switch_event_host(), $this->global_settings->switch_event_port(), $this->global_settings->switch_event_password())) {
throw new Exception("Failed to connect to switch");
}