From af83432fdb56396ade9cd0e83ac3185d8bdbf7fd Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:56:39 +0200 Subject: [PATCH] Update systeminfo.php Updated div class of the "Network Hardware" section --- front/systeminfo.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/systeminfo.php b/front/systeminfo.php index 653ee5b4..dd973b3b 100644 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -470,10 +470,10 @@ for ($x = 0; $x < sizeof($net_interfaces); $x++) { if ($net_interfaces_rx[$x] == 0) {$temp_rx = 0;} else { $temp_rx = number_format(round(($net_interfaces_rx[$x] / 1024 / 1024), 2), 2, ',', '.');} if ($net_interfaces_tx[$x] == 0) {$temp_tx = 0;} else { $temp_tx = number_format(round(($net_interfaces_tx[$x] / 1024 / 1024), 2), 2, ',', '.');} echo '