diff options
author | lolcat <will@lolcat.ca> | 2023-11-27 01:01:56 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-11-27 01:01:56 -0500 |
commit | 2519666e1c831f85836f9ce6d975d3ceb975c09d (patch) | |
tree | 86c68604aff9c7a0a430e70ef082195a4c3a717f /ami4get.php | |
parent | 9fd993b47b8c1b6e3c9d9f0e8d43a85860230f59 (diff) |
google web, videos and news, various other fixes
Diffstat (limited to 'ami4get.php')
-rw-r--r-- | ami4get.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ami4get.php b/ami4get.php index f2d48bf..5bb9273 100644 --- a/ami4get.php +++ b/ami4get.php @@ -5,8 +5,8 @@ header("Access-Control-Allow-Origin: *"); include "data/config.php"; -$bot_requests = apcu_fetch("captcha"); $real_requests = apcu_fetch("real_requests"); +$bot_requests = apcu_fetch("captcha_gen"); echo json_encode( [ |