aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-26 17:21:27 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-26 17:21:27 +0200
commit77a0570162aa00bc9695bd7c15636ae56337a0f5 (patch)
tree8acb52676aa8210b8671cf95f8087a5f75b4cb42 /mod
parent82abb14bf9393d47e8c38ff9487f0855e22d78a7 (diff)
downloadvolse-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')
-rw-r--r--mod/settings.php5
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' => ''
)
);