X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htconfig.php;h=1661dd30edfb72695b31f30dcc139c67741c76be;hb=0c52866693add20fc4476e26a5c7ae14f5d5272a;hp=86f2d1432144282597e28fcb834442bb50243e94;hpb=de70007a463e45095e840cafa1130a7f69a7b048;p=friendica.git diff --git a/htconfig.php b/htconfig.php index 86f2d14321..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, 3 to enable +// set to 0 to disable, 1 to enable -$a->config['system']['rino_encrypt'] = 3; +$a->config['system']['rino_encrypt'] = 1; // allowed themes (change this from admin panel after installation)