This commit is contained in:
flash 2022-02-06 17:14:47 +00:00
parent 4e80c5f0a0
commit f5a833663b
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ $config['forceAutoLogin'] = false;
$config['showChannelMessages'] = true;
// If enabled, the chat will only be accessible for the admin:
$config['chatClosed'] = true;
$config['chatClosed'] = false;
// Defines the timezone offset in seconds (-12*60*60 to 12*60*60) - if null, the server timezone is used:
$config['timeZoneOffset'] = null;
// Defines the hour of the day the chat is opened (0 - closingHour):