Fix a small mistake

This commit is contained in:
Jacob 2023-10-01 01:34:35 +02:00
parent 832ae4b3e6
commit d9ad680153

View file

@ -112,7 +112,10 @@ if ($Action == "files") {
$html .= "\t\t\t\t</table>\n";
} else if ($Action == "keys") {
$html .= "\t\t\t\t<p class=\"adminWarning\">Administrator keys are not visible.</p>\n";
if ($Primary != 1) {
$html .= "\t\t\t\t<p class=\"adminWarning\">Administrator keys are not visible.</p>\n";
}
$html .= "\t\t\t\t<table class=\"adminKeyView\">\n";
$html .= "\t\t\t\t\t<tr class=\"adminKeyView\">\n";
$html .= "\t\t\t\t\t\t<th class=\"adminID\">ID</th>\n";