]> git.mxchange.org Git - friendica.git/blobdiff - mod/noscrape.php
Remove/replace killme() with *exit()
[friendica.git] / mod / noscrape.php
index e1d51e5a801eae0f8a5bcee7c27d0cc9d43e2c1e..3528a2f118d1862bdba1f13adb31fc64d919f1c8 100644 (file)
@@ -15,7 +15,7 @@ function noscrape_init(App $a)
        if ($a->argc > 1) {
                $which = $a->argv[1];
        } else {
-               killme();
+               exit();
        }
 
        $profile = 0;