Skip to content

Commit

Permalink
Signed-off-by: Jian Ming Lok <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
jianminglok committed Jul 3, 2017
1 parent 9da9965 commit b7374bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions login.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$error = false;

require_once __DIR__ . '/recaptcha/autoload.php';
$recaptcha = new \ReCaptcha\ReCaptcha('6LdCACcUAAAAAP21WAlXjZaFpem_an3HiizWymAf');
$recaptcha = new \ReCaptcha\ReCaptcha('6LeNwScUAAAAAIjCcPf3CNL9f-7l5WYpyoismfJG');

//check if form is submitted
if (isset($_POST['login'])) {
Expand Down Expand Up @@ -152,7 +152,7 @@
</div>

<div style="padding-left: 1.5em">
<div class="g-recaptcha" data-sitekey="6LdCACcUAAAAAPxzdpV5cuDS9dOWZukpisPrqsTy" style="padding-bottom: 1.5em; "></div>
<div class="g-recaptcha" data-sitekey="6LeNwScUAAAAAOEEkybIcPq7Rl9pzd5hqRtSvSEf" style="padding-bottom: 1.5em; "></div>
</div>

<div class="mdl-card__actions mdl-card--border">
Expand Down

0 comments on commit b7374bb

Please sign in to comment.