diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-26 22:02:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-26 22:02:50 +0200 |
commit | a7948d7bfee1c0c8c9f1a731aabdc636c280bff0 (patch) | |
tree | 16ed302c1fc01084f8e8c9f790494d3b4762b567 /include/features.php | |
parent | 505782f224d232acd57f7a5986adfc9bf8a7bb79 (diff) | |
download | volse-hubzilla-a7948d7bfee1c0c8c9f1a731aabdc636c280bff0.tar.gz volse-hubzilla-a7948d7bfee1c0c8c9f1a731aabdc636c280bff0.tar.bz2 volse-hubzilla-a7948d7bfee1c0c8c9f1a731aabdc636c280bff0.zip |
permcats app
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/features.php b/include/features.php index 46f19fc50..a264ae289 100644 --- a/include/features.php +++ b/include/features.php @@ -75,15 +75,6 @@ function get_features($filtered = true, $level = (-1)) { t('Access Control and Permissions'), [ - 'permcats', - t('Permission Categories'), - t('Create custom connection permission limits'), - false, - get_config('feature_lock','permcats'), - feature_level('permcats',2), - ], - - [ 'access_tokens', t('Access Tokens'), t('Create access tokens so that non-members can access private content.'), |