added new features to the admin panel
This commit is contained in:
@@ -98,9 +98,6 @@ class AdminController extends Controller
|
|||||||
$tempUser['permissions'] = $permissions;
|
$tempUser['permissions'] = $permissions;
|
||||||
|
|
||||||
array_push($userArr, $tempUser);
|
array_push($userArr, $tempUser);
|
||||||
|
|
||||||
$permissions->delete();
|
|
||||||
$tempUser->delete();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Get the users from the database to allow a selection of users for various parts of the webpage
|
//Get the users from the database to allow a selection of users for various parts of the webpage
|
||||||
|
|||||||
Reference in New Issue
Block a user