From: Friendika Date: Mon, 6 Dec 2010 22:34:00 +0000 (-0800) Subject: RINO encryption now enabled by default on new installs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ee1df3747ee22f561ff5573fc40012c3af44e70;p=friendica.git RINO encryption now enabled by default on new installs --- diff --git a/htconfig.php b/htconfig.php index 8f64899657..11719a2c61 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 fda38b33ad..33114a8687 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; +