1
1
Fork 0

Noscrape is now enabled all the time.

This commit is contained in:
Michael Vogel 2015-02-08 12:07:35 +01:00
commit f931eba7f2
4 changed files with 1 additions and 12 deletions

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