aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-29 16:44:26 -0700
committerfriendica <info@friendica.com>2015-03-29 16:44:26 -0700
commitf01757f0c26a9fed2a307c71dc1a6a41d4b17e3e (patch)
tree18b53d8004f52a78edbb29ff432eca6e4ba5daff /include/features.php
parentb546f8d702157410a834000cc7a6aa621e78f427 (diff)
downloadvolse-hubzilla-f01757f0c26a9fed2a307c71dc1a6a41d4b17e3e.tar.gz
volse-hubzilla-f01757f0c26a9fed2a307c71dc1a6a41d4b17e3e.tar.bz2
volse-hubzilla-f01757f0c26a9fed2a307c71dc1a6a41d4b17e3e.zip
move some lesser used features to plugins
Diffstat (limited to 'include/features.php')
-rw-r--r--include/features.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/features.php b/include/features.php
index 3a1752052..4121880a4 100644
--- a/include/features.php
+++ b/include/features.php
@@ -46,9 +46,6 @@ function get_features() {
array('nav_channel_select', t('Navigation Channel Select'), t('Change channels directly from within the navigation dropdown menu'),false),
array('photo_location', t('Photo Location'), t('If location data is available on uploaded photos, link this to a map.'),false),
-
- //FIXME - needs a description, but how the hell do we explain this to normals?
- array('sendzid', t('Extended Identity Sharing'), t('Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix.'),false),
array('expert', t('Expert Mode'), t('Enable Expert Mode to provide advanced configuration options'),false),
array('premium_channel', t('Premium Channel'), t('Allows you to set restrictions and terms on those that connect with your channel'),false),
),
@@ -62,7 +59,7 @@ function get_features() {
array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds'),false),
array('content_encrypt', t('Even More Encryption'), t('Allow optional encryption of content end-to-end with a shared secret key'),false),
array('consensus_tools', t('Enable voting tools'), t('Provide a class of post which others can vote on'),false),
- array('adult_photo_flagging', t('Flag Adult Photos'), t('Provide photo edit option to hide adult photos from default album view'),false),
+
),
// Network Tools