feat: clean URLs + fix addFileMeta silent failure
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<div class="alert alert-danger py-2 small mb-3"><?= htmlspecialchars($profileError) ?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<form method="post" action="/?action=profile">
|
||||
<form method="post" action="/profile">
|
||||
<div class="mb-3">
|
||||
<label class="form-label fw-semibold" for="display_name">Nom affiché</label>
|
||||
<input type="text" id="display_name" name="display_name"
|
||||
|
||||
Reference in New Issue
Block a user