diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-26 22:24:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-26 22:24:36 +0200 |
commit | e3c04b1fd0f441e0042e218f47696b1bfad26c73 (patch) | |
tree | 0ab92edb30c9f0cb89dfe962350b4667c6e7db5f /Zotlabs/Widget | |
parent | a7948d7bfee1c0c8c9f1a731aabdc636c280bff0 (diff) | |
download | volse-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.php | 8 |
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'), |