Update RINO settings
This commit is contained in:
parent
7af6cc8454
commit
de70007a46
4 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue