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
|
|
@ -10,5 +10,6 @@ return[
|
|||
'/profile' => 'controllers/profile.php',
|
||||
'/logout' => 'controllers/logout.php',
|
||||
'/delete' => 'controllers/delete.php',
|
||||
'/updateData' => 'controllers/updateData.php'
|
||||
'/updateData' => 'controllers/updateData.php',
|
||||
'/deleteUser' => 'controllers/deleteUser.php'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue