Update RINO settings

This commit is contained in:
Hypolite Petovan 2018-01-18 20:15:56 -05:00
commit de70007a46
4 changed files with 5 additions and 5 deletions

View file

@ -62,9 +62,9 @@ $a->config['php_path'] = 'php';
// Server-to-server private message encryption (RINO) is allowed by default.
// Encryption will only be provided if this setting is set to a non zero value
// set to 0 to disable, 2 to enable, 1 is deprecated
// set to 0 to disable, 3 to enable
$a->config['system']['rino_encrypt'] = 2;
$a->config['system']['rino_encrypt'] = 3;
// allowed themes (change this from admin panel after installation)