X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffriendica.php;h=9fa203f58d0baa47dfada5b283986a265c104da7;hb=2aad62190fd2c0d85e636d01b7e6607a2510906b;hp=ba212762950e65981e309682489e6fdf06c4e040;hpb=56cd53665214a77be9bf191099e48faad3d06288;p=friendica.git diff --git a/mod/friendica.php b/mod/friendica.php index ba21276295..9fa203f58d 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -38,11 +38,8 @@ function friendica_init(&$a) { 'site_name' => $a->config['sitename'], 'platform' => FRIENDICA_PLATFORM, 'info' => ((x($a->config,'info')) ? $a->config['info'] : ''), + 'no_scrape_url' => $a->get_baseurl().'/noscrape' ); - - //Enable noscrape? - if(!get_config('system','disable_noscrape')) - $data['no_scrape_url'] = $a->get_baseurl().'/noscrape'; echo json_encode($data); killme(); @@ -64,7 +61,7 @@ function friendica_content(&$a) { $o .= t('Please visit Friendica.com to learn more about the Friendica project.') . '

'; - $o .= t('Bug reports and issues: please visit') . ' ' . 'the bucktracker at github

'; + $o .= t('Bug reports and issues: please visit') . ' ' . ''.t('the bugtracker at github').'

'; $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '

'; $o .= '

';