Issue 3142: mcrypt is no more (as well as phpseclib)
This commit is contained in:
parent
d301a363b0
commit
f6d7ee2781
36 changed files with 85 additions and 16555 deletions
|
@ -80,9 +80,8 @@ $a->config['system']['maximagesize'] = 800000;
|
|||
$a->config['system']['huburl'] = '[internal]';
|
||||
|
||||
// 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 and the PHP mcrypt extension is installed on both systems
|
||||
// set to 0 to disable, 2 to enable, 1 is deprecated but wont need mcrypt
|
||||
// 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
|
||||
|
||||
$a->config['system']['rino_encrypt'] = {{$rino}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue