diff options
Diffstat (limited to 'api/v1/news.php')
-rw-r--r-- | api/v1/news.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/v1/news.php b/api/v1/news.php index 775ef94..97738fc 100644 --- a/api/v1/news.php +++ b/api/v1/news.php @@ -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 |