]> git.mxchange.org Git - friendica.git/commitdiff
loosen some restrictions on insecure networks (but advise)
authorFriendika <info@friendika.com>
Wed, 10 Nov 2010 10:28:33 +0000 (02:28 -0800)
committerFriendika <info@friendika.com>
Wed, 10 Nov 2010 10:28:33 +0000 (02:28 -0800)
view/acl_selectors.php
view/insecure_net.tpl

index 32a3fff22ea736f1fab3b3830504625ec347e181..44446701c03fad7e86c908fb3e19ef76ff396b34 100644 (file)
@@ -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 .= "<option value=\"{$rr['id']}\" $selected  $disabled title=\"{$rr['url']}\" >{$rr['name']}</option>\r\n";
                }
index 9093372b890b5c14ab0b9dd3f42cd4e539109d5b..5628639ccf41e2853e753916f22efd9fd2af9819 100644 (file)
@@ -1,11 +1,6 @@
 <div id="profile-edit-insecure">
 <p>
-The social network that $name belongs to is an <strong>open network</strong> with no privacy controls. 
-$name will only be able to view your public posts and will <strong>not</strong> be allowed to 
-participate in private conversations or use other secure features within this network. 
-</p>
-<p>
-$name <strong>may</strong> 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.
 </p>
 </div>
\ No newline at end of file