]> git.mxchange.org Git - friendica.git/commitdiff
RInO is not true / false anymore
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 1 Feb 2017 07:45:13 +0000 (08:45 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 1 Feb 2017 07:45:13 +0000 (08:45 +0100)
htconfig.php
view/templates/htconfig.tpl

index 222be838397185f2a691240648a63b618df3f8dc..41317c46083034c47987194fdf7dce741a1088b8 100644 (file)
@@ -65,9 +65,9 @@ $a->config['php_path'] = 'php';
 $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 true and the
-// PHP mcrypt extension is installed on both systems
-// needs the mcrypt PHP module, set to 0 to disable, 1 is deprecated
+// 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
 
 $a->config['system']['rino_encrypt'] = 2;
 
index 7c90ee0de471954fcc8df67c2e46591d55ac33ac..78a2e47df2e89243ede77e7483cf52806503c8c9 100644 (file)
@@ -80,8 +80,9 @@ $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 true and the
-// PHP mcrypt extension is installed on both systems
+// 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
 
 $a->config['system']['rino_encrypt'] = {{$rino}};