sforkowany z mirror/friendica
add link "remove account" to /mod/settings.php
rodzic
82abb14bf9
commit
77a0570162
|
@ -75,6 +75,11 @@ EOT;
|
|||
'label' => t('Export personal data'),
|
||||
'url' => $a->get_baseurl(true) . '/uexport',
|
||||
'selected' => ''
|
||||
),
|
||||
array(
|
||||
'label' => t('Remove account'),
|
||||
'url' => $a->get_baseurl(true) . '/removeme',
|
||||
'selected' => ''
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue