From 2bf5f5a1dbe678976c36cec3acbb9813891d321d Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 26 Feb 2026 16:46:13 +0100 Subject: [PATCH 1/2] Update GiveAdminCommand.php --- system/src/Commands/GiveAdminCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Commands/GiveAdminCommand.php b/system/src/Commands/GiveAdminCommand.php index d2565783..61070a95 100644 --- a/system/src/Commands/GiveAdminCommand.php +++ b/system/src/Commands/GiveAdminCommand.php @@ -39,7 +39,7 @@ class GiveAdminCommand extends Command } if (!$account->isLoaded()) { - $io->error('Cannot find account mit supplied parameter: ' . $accountParam); + $io->error('Cannot find account with supplied parameter: ' . $accountParam); return self::FAILURE; } From 4ae2fdd0dfcd56697612395c14aecc2dfd33b1c3 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 15 Mar 2026 13:02:22 +0100 Subject: [PATCH 2/2] Add page load time to admin panel --- admin/template/template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/template/template.php b/admin/template/template.php index c6b8747b..7ca4492c 100644 --- a/admin/template/template.php +++ b/admin/template/template.php @@ -172,7 +172,8 @@
- + +