aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-26 22:24:36 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-26 22:24:36 +0200
commite3c04b1fd0f441e0042e218f47696b1bfad26c73 (patch)
tree0ab92edb30c9f0cb89dfe962350b4667c6e7db5f /Zotlabs/Widget
parenta7948d7bfee1c0c8c9f1a731aabdc636c280bff0 (diff)
downloadvolse-hubzilla-e3c04b1fd0f441e0042e218f47696b1bfad26c73.tar.gz
volse-hubzilla-e3c04b1fd0f441e0042e218f47696b1bfad26c73.tar.bz2
volse-hubzilla-e3c04b1fd0f441e0042e218f47696b1bfad26c73.zip
guest access app
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Settings_menu.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/Zotlabs/Widget/Settings_menu.php b/Zotlabs/Widget/Settings_menu.php
index 781f3b145..ecf93ec78 100644
--- a/Zotlabs/Widget/Settings_menu.php
+++ b/Zotlabs/Widget/Settings_menu.php
@@ -79,14 +79,6 @@ class Settings_menu {
'selected' => ''
);
- if(feature_enabled(local_channel(),'access_tokens')) {
- $tabs[] = array(
- 'label' => t('Guest Access Tokens'),
- 'url' => z_root() . '/settings/tokens',
- 'selected' => ((argv(1) === 'tokens') ? 'active' : ''),
- );
- }
-
if($role === false || $role === 'custom') {
$tabs[] = array(
'label' => t('Connection Default Permissions'),