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'];