From 2659bc1440e066a4e7ae9dd1cc7f78cc2323e0ff Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:49:13 +0200 Subject: [PATCH] Update systeminfo.php Updated div class of the "CPU" section --- front/systeminfo.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/front/systeminfo.php b/front/systeminfo.php index ca8528ac..a841b9cb 100644 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -257,24 +257,24 @@ echo '
-
' . lang('Systeminfo_CPU_Vendor') . '
-
' . $cpu_vendor . '
+
' . lang('Systeminfo_CPU_Vendor') . '
+
' . $cpu_vendor . '
-
' . lang('Systeminfo_CPU_Name') . '
-
' . $stat['cpu_model'] . '
+
' . lang('Systeminfo_CPU_Name') . '
+
' . $stat['cpu_model'] . '
-
' . lang('Systeminfo_CPU_Cores') . '
-
' . $stat['cpu'] . '
+
' . lang('Systeminfo_CPU_Cores') . '
+
' . $stat['cpu'] . '
-
' . lang('Systeminfo_CPU_Speed') . '
-
' . $stat['cpu_frequ'] . ' MHz
+
' . lang('Systeminfo_CPU_Speed') . '
+
' . $stat['cpu_frequ'] . ' MHz
-
' . lang('Systeminfo_CPU_Temp') . '
-
'. $cpu_temp .' °C
+
' . lang('Systeminfo_CPU_Temp') . '
+
'. $cpu_temp .' °C
'; // Get the number of CPU cores $num_cpus = $stat['cpu'];