Remove not used tab in common preferences

This commit is contained in:
Hadi Nategh 2023-01-23 12:33:27 +01:00
parent e30501b736
commit 153d1e4b12

View File

@ -124,13 +124,6 @@ $GLOBALS['settings'] = array(
'xmlrpc' => True,
'admin' => False,
),
'universalaccesssection' => array(
'type' => 'section',
'title' => lang('Universal Access'),
'no_lang'=> true,
'xmlrpc' => False,
'admin' => False,
),
'navbar_format' => false, // not used in JDots (defined in common prefs)
'default_app' => false, // not used in JDots, as we can have multiple tabs open ...
);