From: tommy tomson Date: Thu, 26 Apr 2012 15:21:27 +0000 (+0200) Subject: add link "remove account" to /mod/settings.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=77a0570162aa00bc9695bd7c15636ae56337a0f5;p=friendica.git add link "remove account" to /mod/settings.php --- diff --git a/mod/settings.php b/mod/settings.php index 8c8b3062d4..3072d3d65f 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' => '' ) );