Reformat functions
This commit is contained in:
@@ -36,7 +36,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/inc/php/header.php');
|
||||
<label for="login_password">Password</label>
|
||||
<input type="password" name="login_password" required>
|
||||
|
||||
<div class="g-recaptcha" data-sitekey="your_site_key"></div>
|
||||
<div class="g-recaptcha" data-sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"></div>
|
||||
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
@@ -69,7 +69,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/inc/php/header.php');
|
||||
max="<?php echo date('Y-m-d'); ?>">
|
||||
|
||||
|
||||
<div class="g-recaptcha" data-sitekey="your_site_key"></div>
|
||||
<div class="g-recaptcha" data-sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"></div>
|
||||
|
||||
<button type="submit">Register</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user