aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htconfig.php7
-rw-r--r--view/en/htconfig.tpl6
2 files changed, 13 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php
index 8f6489965..11719a2c6 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -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
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index fda38b33a..33114a868 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -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;
+