X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=ef5eddf388fb0248a138e4d8ae8059b1929e0286;hb=becd62fb957da0c16c4432c40cd818ea36e71828;hp=8f8baaeb8471e9ba19f55b0beeed73b102b5b21b;hpb=409920abbe043085f168136e85344a5d28542163;p=dylansserver.git diff --git a/index.php b/index.php index 8f8baae..ef5eddf 100644 --- a/index.php +++ b/index.php @@ -456,7 +456,6 @@ END_OF_COMMENT; $publickey = $this->recaptcha_publickey; echo << -function showRecaptcha() { Recaptcha.create("$publickey", "recaptcha_div", { @@ -464,16 +463,14 @@ Recaptcha.create("$publickey", custom_theme_widget: 'recaptcha_widget', callback: Recaptcha.focus_response_field }); -} END_CAPTCHA_STYLE; require_once('includes/recaptchalib.php'); // Trailing slash is necessary for reloads to work - $url = $this->url . "verify"; + $url = $this->url . "verify/"; echo "
"; - echo << -

comment?


@@ -493,6 +490,9 @@ END_CAPTCHA_STYLE;




+END_OF_FORM; + echo recaptcha_get_html($this->recaptcha_publickey); + echo <<