diff options
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( [ |