Noscrape is now enabled all the time.

This commit is contained in:
Michael Vogel
2015-02-08 12:07:35 +01:00
parent f620834d97
commit f931eba7f2
4 changed files with 1 additions and 12 deletions
-3
View 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