]> git.mxchange.org Git - friendica.git/blobdiff - mod/noscrape.php
Noscrape is now enabled all the time.
[friendica.git] / mod / noscrape.php
index a859efd41ef922aa29f2d3f2ceac6a4134a2d451..10df72eeb869f33238e14e966dfa11b8df3231ea 100644 (file)
@@ -2,9 +2,6 @@
 
 function noscrape_init(&$a) {
 
-       if(get_config('system','disable_noscrape'))
-               killme();
-
        if($a->argc > 1)
                $which = $a->argv[1];
        else