- Code: Select all
$params['channels'] = array($_GET['channel']);
Using $_GET [“channel”] only works for the first room that created.
Example:
..chat.php?channel=room1 = create room1
..chat.php?channel=room2 = goes to room1
It don’t matter what name i put in the channel, always goes to room1.
This problem appeared recently, as much in my localhost and webserver, but it don't matter if i install a new version of pfc, the problem still remains.
Sorry for my poor english, i hope you guys can understand.