mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-07 04:10:49 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
6
sources/app/admin/views/delete-user.phtml
Normal file
6
sources/app/admin/views/delete-user.phtml
Normal file
@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user