From d6312abfc111a9d726bbd985f30bda5a23175fe5 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 10 Nov 2010 02:28:33 -0800 Subject: [PATCH] loosen some restrictions on insecure networks (but advise) --- view/acl_selectors.php | 6 +++--- view/insecure_net.tpl | 9 ++------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/view/acl_selectors.php b/view/acl_selectors.php index 32a3fff22e..44446701c0 100644 --- a/view/acl_selectors.php +++ b/view/acl_selectors.php @@ -62,9 +62,9 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p $selected = " selected=\"selected\" "; else $selected = ''; - if($rr['network'] === 'stat') - $disabled = ' disabled="true" ' ; - else +// if($rr['network'] === 'stat') +// $disabled = ' disabled="true" ' ; +// else $disabled = ''; $o .= "\r\n"; } diff --git a/view/insecure_net.tpl b/view/insecure_net.tpl index 9093372b89..5628639ccf 100644 --- a/view/insecure_net.tpl +++ b/view/insecure_net.tpl @@ -1,11 +1,6 @@

-The social network that $name belongs to is an open network with no privacy controls. -$name will only be able to view your public posts and will not be allowed to -participate in private conversations or use other secure features within this network. -

-

-$name may also have been automatically set to "ignored" as a spam prevention measure. You may -change this (using the above settings) if you wish to allow incoming messages from $name. +The social network that $name belongs to is an open network with limited or non-existent privacy controls. +Please use appropriate discretion.

\ No newline at end of file