From 600c9c84742092ae89e24d2ffbbdff392f3f72ed Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Tue, 23 Jun 2015 10:51:29 +0200 Subject: [PATCH] remove RINO from htconfig.php --- htconfig.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htconfig.php b/htconfig.php index 4c88b6e742..25f334b799 100644 --- a/htconfig.php +++ b/htconfig.php @@ -61,12 +61,6 @@ $a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directo $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 - -$a->config['system']['rino_encrypt'] = true; - // allowed themes (change this from admin panel after installation) $a->config['system']['allowed_themes'] = 'dispy,quattro,vier,darkzero,duepuntozero,greenzero,purplezero,slackr,diabook';