mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-06-07 13:05:30 +02:00
6 lines
238 B
PHTML
6 lines
238 B
PHTML
<form action="" method="post">
|
|
<p>
|
|
Supprimer l'utilisateur "<?php echo htmlspecialchars($user->getUsername()); ?>" ?<br />
|
|
<input type="submit" value="Oui" /> | <a href="?mod=admin&a=users">non</a>
|
|
</p>
|
|
</form>
|