mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 17:02:06 +00:00
Aggiustamento layout pagina account + aggiunto pulsante elimina account
This commit is contained in:
+3
-2
@@ -42,8 +42,9 @@ if ($result === false) {
|
||||
</ul>
|
||||
</div>
|
||||
<div class="my-container">
|
||||
<h1>Il mio account</h1>
|
||||
<p><strong>Nome utente:</strong> <?php echo htmlspecialchars($_SESSION['user']); ?></p>
|
||||
<h1>Account di <?php echo htmlspecialchars($_SESSION['user']); ?></h1>
|
||||
<a href="deleteAccount.php" style="padding: 8px 16px; background-color: #dc3545; color: white; border: none; border-radius: 4px; cursor: pointer;">Elimina account</a>
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
|
||||
Reference in New Issue
Block a user