diff options
Diffstat (limited to 'chat/lib/data')
-rw-r--r-- | chat/lib/data/channels.php | 1 | ||||
-rw-r--r-- | chat/lib/data/users.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chat/lib/data/channels.php b/chat/lib/data/channels.php index 8688e5e..13a6b6a 100644 --- a/chat/lib/data/channels.php +++ b/chat/lib/data/channels.php @@ -13,4 +13,3 @@ $channels = array(); // Sample channel list: $channels[0] = 'Public'; $channels[1] = 'Private'; -?>
\ No newline at end of file diff --git a/chat/lib/data/users.php b/chat/lib/data/users.php index 52ca77e..16914cf 100644 --- a/chat/lib/data/users.php +++ b/chat/lib/data/users.php @@ -37,4 +37,3 @@ $users[3]['userRole'] = AJAX_CHAT_USER; $users[3]['userName'] = 'user'; $users[3]['password'] = 'user'; $users[3]['channels'] = array(0,1); -?>
\ No newline at end of file |