@@ -14,7 +14,7 @@ |
||
| 14 | 14 | <body> |
| 15 | 15 | <?php |
| 16 | 16 | require(__DIR__ . "/important/header.php"); |
| 17 | - ?> |
|
| 17 | + ?> |
|
| 18 | 18 | <center><h1 style="display: inline-block;">4Grounds - Register</h1><br> |
| 19 | 19 | <?php |
| 20 | 20 | if($_SERVER['REQUEST_METHOD'] == 'POST' && $_POST['password'] && $_POST['username']) |
@@ -95,7 +95,7 @@ |
||
| 95 | 95 | <form method="post" enctype="multipart/form-data" id="submitform"> |
| 96 | 96 | <textarea required cols="77" placeholder="Comment" name="comment"></textarea><br> |
| 97 | 97 | <input type="submit" value="Post" <?php |
| 98 | - if ($config['use_recaptcha']) |
|
| 98 | + if ($config['use_recaptcha']) |
|
| 99 | 99 | echo 'class="g-recaptcha" data-sitekey="' . $config['recaptcha_sitekey'] . '" data-callback="onSubmit"' |
| 100 | 100 | ?>> <small>max limit: 500 characters | supports <a href="https://www.markdownguide.org/basic-syntax">Markdown</a></small> |
| 101 | 101 | </form> |