changed config.php and added delete function for administrator
This commit is contained in:
parent
99535db4ee
commit
a121e53503
10 changed files with 21 additions and 20 deletions
|
|
@ -62,6 +62,7 @@
|
|||
echo "<th>". $user['username'] ."</th>";
|
||||
echo "<th>". $user['email'] ."</th>";
|
||||
echo "<th>". $user['level'] ."</th>";
|
||||
echo '<th><form method="POST" action="/deleteUser"><input name="username" type="hidden" value="'.$user['username'].'"><input type="submit" name="delete" value="Loeschen"></form></th>';
|
||||
echo "</tr>";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue