Skip to content

Commit 5fdfb41

Browse files
committed
use correct check site config URL
1 parent 1c60c64 commit 5fdfb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/Settings/General.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ static function ( $site_key ) use ( $ajax_site_key ) {
446446
$curl = curl_init();
447447

448448
curl_setopt_array($curl, array(
449-
CURLOPT_URL => 'https://api.prosopo.io/siteverify',
449+
CURLOPT_URL => 'https://api.prosopo.io/checksiteconfig',
450450
CURLOPT_RETURNTRANSFER => true,
451451
CURLOPT_ENCODING => '',
452452
CURLOPT_MAXREDIRS => 10,

0 commit comments

Comments
 (0)