add link "remove account" to /mod/settings.php

2022.09-rc
tommy tomson 2012-04-26 17:21:27 +02:00
rodzic 82abb14bf9
commit 77a0570162
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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' => ''
)
);