Fix alert

This commit is contained in:
johnnyq
2024-11-19 11:45:01 -05:00
parent ff3df12523
commit c181954960
6 changed files with 4 additions and 19 deletions

View File

@@ -48,7 +48,7 @@ require_once "inc_all_user.php";
<?php if ($session_avatar) { ?>
<br><a href="post.php?clear_your_user_avatar&csrf_token=<?= $_SESSION['csrf_token'] ?>">Avatar is set, click to clear</a>
<?php } else { ?>
<input type="file" class="form-control-file" accept="image/*;capture=camera" name="avatar">
<input type="file" class="form-control-file" accept="image/*" name="avatar">
<?php } ?>
</div>