diff options
author | friendica <info@friendica.com> | 2012-04-26 15:33:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-26 15:33:34 -0700 |
commit | 3ee998dbaf83e92dd1ceaee4d35ca942210c5e24 (patch) | |
tree | 733a6785377d17dc8d05d5e17e724738789c5329 /mod | |
parent | 552895001c5b0a43b3e37e8dbdedda718dd882c6 (diff) | |
parent | 328568943e3b6f3157db71a6e8561cb22c363b03 (diff) | |
download | volse-hubzilla-3ee998dbaf83e92dd1ceaee4d35ca942210c5e24.tar.gz volse-hubzilla-3ee998dbaf83e92dd1ceaee4d35ca942210c5e24.tar.bz2 volse-hubzilla-3ee998dbaf83e92dd1ceaee4d35ca942210c5e24.zip |
Merge pull request #267 from tomtom84/master
add link "remove account" to /mod/settings.php
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index 8c8b3062d..3072d3d65 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -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' => '' ) ); |