]> git.mxchange.org Git - friendica.git/blobdiff - mod/friendica.php
Merge pull request #1937 from annando/1510-follow-notifications
[friendica.git] / mod / friendica.php
index b0d3892de8cdd3211e85941284dab64ae0049640..9fa203f58d0baa47dfada5b283986a265c104da7 100644 (file)
@@ -37,7 +37,8 @@ function friendica_init(&$a) {
                        'admin' => $admin,
                        'site_name' => $a->config['sitename'],
                        'platform' => FRIENDICA_PLATFORM,
-                       'info' => ((x($a->config,'info')) ? $a->config['info'] : '')
+                       'info' => ((x($a->config,'info')) ? $a->config['info'] : ''),
+                       'no_scrape_url' => $a->get_baseurl().'/noscrape'
                );
 
                echo json_encode($data);
@@ -60,7 +61,7 @@ function friendica_content(&$a) {
 
        $o .= t('Please visit <a href="http://friendica.com">Friendica.com</a> to learn more about the Friendica project.') . '</p><p>';        
 
-       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">the bucktracker at github</a></p><p>';
+       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">'.t('the bugtracker at github').'</a></p><p>';
        $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '</p>';
 
        $o .= '<p></p>';