X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htconfig.php;h=1661dd30edfb72695b31f30dcc139c67741c76be;hb=e08be4e92178bfb0331e4085f9785bbc408151b0;hp=67db66e86fad5b591322d3efe021de041e5290a2;hpb=e36f2bb1fb3439e9993c7568e57140c4f954b772;p=friendica.git diff --git a/htconfig.php b/htconfig.php index 67db66e86f..1661dd30ed 100644 --- a/htconfig.php +++ b/htconfig.php @@ -61,10 +61,9 @@ $a->config['system']['maximagesize'] = 800000; $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, 1 to enable -$a->config['system']['rino_encrypt'] = 2; +$a->config['system']['rino_encrypt'] = 1; // allowed themes (change this from admin panel after installation)