diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-26 17:21:27 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-26 17:21:27 +0200 |
commit | 77a0570162aa00bc9695bd7c15636ae56337a0f5 (patch) | |
tree | 8acb52676aa8210b8671cf95f8087a5f75b4cb42 /mod/settings.php | |
parent | 82abb14bf9393d47e8c38ff9487f0855e22d78a7 (diff) | |
download | volse-hubzilla-77a0570162aa00bc9695bd7c15636ae56337a0f5.tar.gz volse-hubzilla-77a0570162aa00bc9695bd7c15636ae56337a0f5.tar.bz2 volse-hubzilla-77a0570162aa00bc9695bd7c15636ae56337a0f5.zip |
add link "remove account" to /mod/settings.php
Diffstat (limited to 'mod/settings.php')
-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' => '' ) ); |