aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-26 16:35:05 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-26 16:35:05 +0200
commit505782f224d232acd57f7a5986adfc9bf8a7bb79 (patch)
tree3de88103af831a5c6fa3a7abc02b34aafabc1186 /Zotlabs
parent1353c291e9d6fbe4cdbe8e4911f99d51e1da9198 (diff)
downloadvolse-hubzilla-505782f224d232acd57f7a5986adfc9bf8a7bb79.tar.gz
volse-hubzilla-505782f224d232acd57f7a5986adfc9bf8a7bb79.tar.bz2
volse-hubzilla-505782f224d232acd57f7a5986adfc9bf8a7bb79.zip
remove oauth from features
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Settings_menu.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/Zotlabs/Widget/Settings_menu.php b/Zotlabs/Widget/Settings_menu.php
index 1b96e4d14..041ca312f 100644
--- a/Zotlabs/Widget/Settings_menu.php
+++ b/Zotlabs/Widget/Settings_menu.php
@@ -79,22 +79,6 @@ class Settings_menu {
'selected' => ''
);
- if(feature_enabled(local_channel(),'oauth_clients')) {
- $tabs[] = array(
- 'label' => t('OAuth1 apps'),
- 'url' => z_root() . '/settings/oauth',
- 'selected' => ((argv(1) === 'oauth') ? 'active' : ''),
- );
- }
-
- if(feature_enabled(local_channel(),'oauth2_clients')) {
- $tabs[] = array(
- 'label' => t('OAuth2 apps'),
- 'url' => z_root() . '/settings/oauth2',
- 'selected' => ((argv(1) === 'oauth2') ? 'active' : ''),
- );
- }
-
if(feature_enabled(local_channel(),'access_tokens')) {
$tabs[] = array(
'label' => t('Guest Access Tokens'),