Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
548 stars 300 forks source link

User role wrong? #205

Closed wintstar closed 8 years ago

wintstar commented 9 years ago

Is forgiven here the wrong user id? lib/data/users.php https://github.com/Frug/AJAX-Chat/blob/master/chat/lib/data/users.php $users[1]['userRole'] = AJAX_CHAT_ADMIN; admin role must have 3 => $users[1]<= 1?

look config.php.example https://github.com/Frug/AJAX-Chat/blob/master/chat/lib/config.php.example#L14 define('AJAX_CHAT_ADMIN', 3);

Frug commented 8 years ago

Please use groups for support requests.