recaptcha signup link including domain
This commit is contained in:
parent
3dccde13d1
commit
fb0513561f
1 changed files with 4 additions and 1 deletions
|
@ -256,7 +256,10 @@ class Setup extends SimpleExtension {
|
|||
$sb = new SetupBlock("Remote API Integration");
|
||||
$sb->add_label("<a href='http://akismet.com/'>Akismet</a>");
|
||||
$sb->add_text_option("comment_wordpress_key", "<br>API key: ");
|
||||
$sb->add_label("<br> <br><a href='http://recaptcha.net/'>ReCAPTCHA</a>");
|
||||
$sb->add_label(
|
||||
"<br> <br><a href='".
|
||||
recaptcha_get_signup_url($_SERVER["HTTP_HOST"], "Shimmie").
|
||||
"'>ReCAPTCHA</a>");
|
||||
$sb->add_text_option("api_recaptcha_privkey", "<br>Private key: ");
|
||||
$sb->add_text_option("api_recaptcha_pubkey", "<br>Public key: ");
|
||||
$event->panel->add_block($sb);
|
||||
|
|
Reference in a new issue