System update

This commit is contained in:
bergware
2022-07-03 02:52:16 +02:00
parent 565d867b26
commit ec1d90ecec
2 changed files with 2 additions and 0 deletions

View File

@@ -80,4 +80,5 @@ if ($list) {
$list[] = "<tr><td colspan='7' style='text-align:center;padding-top:12px'>"._('No parity check history present')."!</td></tr>";
}
write($head.implode($list)."</table>");
unset($list);
?>

View File

@@ -193,4 +193,5 @@ $list[] = "<tr><td>"._('OpenSSL').":</td><td>$openssl</td></tr>";
$list[] = "<tr><td>"._('Uptime').":</td><td><span class='uptime'></span></td></tr></table>";
write($style.implode($list));
unset($list);
?>