Browse Source

Fix #258

pull/277/head
Timothée Jaussoin 9 years ago
parent
commit
2f35a2c831
  1. 2
      app/models/config/Config.php

2
app/models/config/Config.php

@ -61,7 +61,7 @@ class Config extends Model {
$this->theme = 'material';
$this->locale = 'en';
$this->maxusers = -1;
$this->loglevel = 'empty';
$this->loglevel = 0;
$this->timezone = 'Etc/GMT';
$this->xmppwhitelist = '';
$this->info = '';

Loading…
Cancel
Save