diff options
Diffstat (limited to 'chat/index.php')
-rw-r--r-- | chat/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/index.php b/chat/index.php index d411a86..5546318 100644 --- a/chat/index.php +++ b/chat/index.php @@ -21,4 +21,4 @@ require(AJAX_CHAT_PATH.'lib/custom.php'); require(AJAX_CHAT_PATH.'lib/classes.php'); // Initialize the chat: -$ajaxChat = new CustomAJAXChat(); +$ajaxChat = new CustomAJAXChat();
\ No newline at end of file |