diff options
author | Philip Nicolcev <frugen@gmail.com> | 2016-04-30 14:25:56 -0400 |
---|---|---|
committer | Philip Nicolcev <frugen@gmail.com> | 2016-04-30 14:25:56 -0400 |
commit | 30675b3787479a31d04339f6f78d3a064be72f0a (patch) | |
tree | 8e618ac969d4ceba0448aa7a058ff8b0cbcc5495 /chat/lib/config.php.example | |
parent | 3e670958120317a6a778304d807e238b26bdb4ca (diff) | |
download | AJAX-Chat-30675b3787479a31d04339f6f78d3a064be72f0a.zip AJAX-Chat-30675b3787479a31d04339f6f78d3a064be72f0a.tar.gz AJAX-Chat-30675b3787479a31d04339f6f78d3a064be72f0a.tar.bz2 |
CS fixes, remove closing tags
Diffstat (limited to 'chat/lib/config.php.example')
-rw-r--r-- | chat/lib/config.php.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chat/lib/config.php.example b/chat/lib/config.php.example index 8bcc891..46815ee 100644 --- a/chat/lib/config.php.example +++ b/chat/lib/config.php.example @@ -208,4 +208,3 @@ $config['socketServerIP'] = '127.0.0.1'; $config['socketServerPort'] = 1935; // This ID can be used to distinguish between different chat installations using the same socket server: $config['socketServerChatID'] = 0; -?> |