Skip to content

Commit

Permalink
Updated for Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SEMAT-Exists committed May 22, 2019
1 parent 4898a8e commit be22690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function generate_my_uuid() {
<?php #echo Securimage::getCaptchaHtml() ?>
<span class="text-danger"><?php if (isset($captcha_error)) echo "<br>$captcha_error"; ?></span>
</div>
<div class="g-recaptcha" data-sitekey="6LdWYl0UAAAAAP8dt8bpKnfqtWKpAZ8bnNHK09-b"></div>
<div class="g-recaptcha" data-sitekey="XXXXXXXXXXXXXXXXXXXXXXXX"></div>
<div class="form-group">
<input type="submit" name="signup" value="Sign Up" class="btn btn-primary" />
</div>
Expand Down

0 comments on commit be22690

Please sign in to comment.