AJAX-Chat icon indicating copy to clipboard operation
AJAX-Chat copied to clipboard

Disable Public Channel

Open brainssolutions opened this issue 7 years ago • 1 comments

Hi, I implemented the source code with a script in Ajax/php for channels and users.

Now I want to know how to delete the public default channel, also because in the configuration file is invoked the default channel.

Thanks

brainssolutions avatar Jul 24 '17 17:07 brainssolutions

The Public channel can write two files

  1. ./lib/data/channels.php
  2. ./lib/config.php In file Config.php is setting Default Room name. // Default channelName used together with the defaultChannelID if no channel with this ID exists: $config['defaultChannelName'] = 'Public'; <- Rewrite ...

Rederix avatar Feb 08 '18 02:02 Rederix