@ -322,7 +322,7 @@ function admin_page_site(&$a) {
'$no_openid'=>array('no_openid',t("OpenID support"),!get_config('system','no_openid'),"OpenID support for registration and logins."),
'$no_gravatar'=>array('no_gravatar',t("Gravatar support"),!get_config('system','no_gravatar'),"Search new user's photo on Gravatar."),
'$no_regfullname'=>array('no_regfullname',t("Fullname check"),!get_config('system','no_regfullname'),"Force users to register with a space between firstname and lastname in Full name, as an antispam measure"),
'$no_community_page'=>array('no_community_page',t("Show Community Page"),!get_config('system','no_community_page'),"Display a Community page showing all recent public postings on this site."),
'$ostatus_disabled'=>array('ostatus_disabled',t("Enable OStatus support"),!get_config('system','ostatus_disable'),"Provide built-in OStatus \x28identi.ca, status.net, etc.\x29 compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."),
'$dfrn_only'=>array('dfrn_only',t('Only allow Friendika contacts'),get_config('system','dfrn_only'),"All contacts must use Friendika protocols. All other built-in communication protocols disabled."),