guest access app

This commit is contained in:
Mario Vavti
2018-09-26 22:24:36 +02:00
parent a7948d7bfe
commit e3c04b1fd0
6 changed files with 38 additions and 37 deletions

View File

@@ -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'),