mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 11:45:18 -05:00
Created a middleware for checking permissions in admin controllers, so I cannot forget to add permission checks.
Changed some descriptions of the admin tools for Miraak. Aded some more Permissions and added a moderator role.
This commit is contained in:
@@ -10,7 +10,7 @@ class LogViewerController extends AdminToolController
|
||||
{
|
||||
protected static string $name = 'Logs';
|
||||
|
||||
protected static string $description = 'View Application and Session Logs';
|
||||
protected static string $description = 'View Backend Logs';
|
||||
|
||||
protected static string $iconComponent = 'icons.logs';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user