Rename the EventSocket class.

This commit is contained in:
markjcrane
2016-04-02 19:23:16 -06:00
parent 7fa92ef54f
commit 51ea37ed18
6 changed files with 13 additions and 14 deletions

View File

@@ -301,7 +301,7 @@ if(!function_exists('fax_split_dtmf')) {
//includes
if (!defined('STDIN')) { include "root.php"; }
require_once "resources/require.php";
include "resources/classes/EventSocket.php";
include "resources/classes/event_socket.php";
include "resources/phpmailer/class.phpmailer.php";
include "resources/phpmailer/class.smtp.php"; // optional, gets called from within class.phpmailer.php if not already loaded