]> git.mxchange.org Git - friendica.git/commitdiff
RINO encryption now enabled by default on new installs
authorFriendika <info@friendika.com>
Mon, 6 Dec 2010 22:34:00 +0000 (14:34 -0800)
committerFriendika <info@friendika.com>
Mon, 6 Dec 2010 22:34:00 +0000 (14:34 -0800)
htconfig.php
view/en/htconfig.tpl

index 8f64899657da644efcbf21f182d2737181189cc5..11719a2c6131cce86b2848e604625e09011de190 100644 (file)
@@ -57,3 +57,10 @@ $a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'
 
 $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
 
+// 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 
+
+$a->config['system']['rino_encrypt'] = true;
+
\ No newline at end of file
index fda38b33adc458a275d3ef588d134b536eac0ada..33114a8687946285e3c90955a3c0af54738107aa 100644 (file)
@@ -55,3 +55,9 @@ $a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'
 
 $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
 
+// 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 
+
+$a->config['system']['rino_encrypt'] = true;
+