forked from lolcat/4get
captcha and imgur, findthatmeme, yep imagesearch
This commit is contained in:
@@ -7,6 +7,12 @@ chdir("../../");
|
||||
include "lib/frontend.php";
|
||||
$frontend = new frontend();
|
||||
|
||||
/*
|
||||
Captcha
|
||||
*/
|
||||
include "lib/captcha_gen.php";
|
||||
new captcha($frontend, false);
|
||||
|
||||
[$scraper, $filters] = $frontend->getscraperfilters(
|
||||
"news",
|
||||
isset($_GET["scraper"]) ? $_GET["scraper"] : null
|
||||
|
Reference in New Issue
Block a user