mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Delete test code
This commit is contained in:
parent
bfc212cc09
commit
168bfeba50
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ if (preg_match('/^procMemberInsert/i', Context::get('act')))
|
|||
));
|
||||
|
||||
$verify = @json_decode($verify_request->body, true);
|
||||
var_dump($verify);exit;
|
||||
if ($verify && isset($verify['error-codes']) && in_array('invalid-input-response', $verify['error-codes']))
|
||||
{
|
||||
return new Object(-1, lang('recaptcha.msg_recaptcha_invalid_response'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue