Panel/modules/register/captchakeys.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

8 lines
253 B
PHP

<?php
/*
* Component of the register module
*/
$sitekey = "6Lc4osYSAAAAAHtYbHvsXIl0h1auXeiqPhagTXAj"; // you got this KEYS from the signup page: http://www.google.com/recaptcha/whyrecaptcha
$secretkey = "6Lc4osYSAAAAAHK56NE9ZHLgw3ZuESHhF26bMoNx";
?>