diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 1 | ||||
-rw-r--r-- | mod/zfinger.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index 631ceb3c2..d6ebf9e90 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -629,6 +629,7 @@ function settings_content(&$a) { '$submit' => t('Submit'), '$email' => array('email', t('Email Address:'), $email, ''), '$removeme' => t('Remove Account'), + '$removeaccount' => t('Remove this account from this server including all its channels'), '$permanent' => t('Warning: This action is permanent and cannot be reversed.'), '$account_settings' => $account_settings )); diff --git a/mod/zfinger.php b/mod/zfinger.php index d1493da03..cf8a3fda1 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -297,6 +297,7 @@ function zfinger_init(&$a) { $ret['site']['sitename'] = get_config('system','sitename'); $ret['site']['sellpage'] = get_config('system','sellpage'); $ret['site']['location'] = get_config('system','site_location'); + $ret['site']['realm'] = get_directory_realm(); } call_hooks('zot_finger',$ret); |