]> git.mxchange.org Git - friendica.git/commitdiff
add link "remove account" to /mod/settings.php
authortommy tomson <thomas.bierey@gmx.de>
Thu, 26 Apr 2012 15:21:27 +0000 (17:21 +0200)
committertommy tomson <thomas.bierey@gmx.de>
Thu, 26 Apr 2012 15:21:27 +0000 (17:21 +0200)
mod/settings.php

index 8c8b3062d4923b7fcb9f9318b9c37e488054f410..3072d3d65fc12f635a4523f52ff5c6f6006c46e8 100644 (file)
@@ -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' => ''
                )
        );