]> git.mxchange.org Git - friendica.git/blobdiff - mod/friendica.php
template for input fields now supports required, autofocus and types email, url
[friendica.git] / mod / friendica.php
index 47d815dea91924d6c86f6494ab53e142facd3f34..ba212762950e65981e309682489e6fdf06c4e040 100644 (file)
@@ -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);