Reformat functions

This commit is contained in:
edsea
2025-10-12 00:07:59 +02:00
parent 414b6c5a3a
commit 0f160833f3
10 changed files with 77 additions and 56 deletions

View File

@@ -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>