diff --git a/admin/template/template.php b/admin/template/template.php
index cdb20519..318e14f1 100644
--- a/admin/template/template.php
+++ b/admin/template/template.php
@@ -172,7 +172,8 @@
-
+ = base64_decode('UG93ZXJlZCBieSA8YSBocmVmPSJodHRwOi8vbXktYWFjLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPk15QUFDLjwvYT4='); ?>
+ = 'Load time: ' . round(microtime(true) - START_TIME, 4) . ' seconds.'; ?>
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;
}