diff options
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; -?> |