mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Add user settings page to manage remote server settings
This commit is contained in:
parent
4c6334ea13
commit
a670d478f8
4 changed files with 173 additions and 0 deletions
|
@ -151,6 +151,13 @@ class BaseSettings extends BaseModule
|
|||
'accesskey' => 'b',
|
||||
];
|
||||
|
||||
$tabs[] = [
|
||||
'label' => $this->t('Remote servers'),
|
||||
'url' => 'settings/server',
|
||||
'selected' => static::class == Settings\Server\Index::class ? 'active' : '',
|
||||
'accesskey' => 's',
|
||||
];
|
||||
|
||||
$tabs[] = [
|
||||
'label' => $this->t('Export personal data'),
|
||||
'url' => 'settings/userexport',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue