diff --git a/admin.php b/admin.php index 2bf54aa..34d47b8 100644 --- a/admin.php +++ b/admin.php @@ -112,7 +112,10 @@ if ($Action == "files") { $html .= "\t\t\t\t\n"; } else if ($Action == "keys") { - $html .= "\t\t\t\t

Administrator keys are not visible.

\n"; + if ($Primary != 1) { + $html .= "\t\t\t\t

Administrator keys are not visible.

\n"; + } + $html .= "\t\t\t\t\n"; $html .= "\t\t\t\t\t\n"; $html .= "\t\t\t\t\t\t\n";
ID