X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffriendica.php;h=ba212762950e65981e309682489e6fdf06c4e040;hb=8b20af6ef536e34c3bc9c412cbffa4cf9c0cea53;hp=47d815dea91924d6c86f6494ab53e142facd3f34;hpb=9026810496d64290ab7926345f7fae9b82d07987;p=friendica.git diff --git a/mod/friendica.php b/mod/friendica.php index 47d815dea9..ba21276295 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -41,7 +41,7 @@ function friendica_init(&$a) { ); //Enable noscrape? - if(!!get_config('system','enable_noscrape')) + if(!get_config('system','disable_noscrape')) $data['no_scrape_url'] = $a->get_baseurl().'/noscrape'; echo json_encode($data);