Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Feb 3, 2014
2 parents 71a1c4d + 36e544c commit 28e64b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/plugins/auth/AuthenticationCookie.class.php
Expand Up @@ -261,7 +261,8 @@ public function auth()
// If enabled show captcha to the user on the login screen.
echo '<script type="text/javascript"
src="https://www.google.com/recaptcha/api/challenge?'
. 'k=' . $GLOBALS['cfg']['CaptchaLoginPublicKey'] . '&amp;'
. 'k=' . $GLOBALS['cfg']['CaptchaLoginPublicKey']
. PMA_URL_getArgSeparator('html')
. 'hl=' . $GLOBALS['lang'] . '">
</script>
<noscript>
Expand Down

0 comments on commit 28e64b9

Please sign in to comment.