From e669ecacf3d840a2b882b1695ee5ea8188cfeacd Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 15:50:23 +0200
Subject: [PATCH 01/28] Update systeminfo.php
Update "System" submenu with new translation variables
New translation variable "Systeminfo_System_Uptime"
New translation variable "Systeminfo_System_Kernel"
New translation variable "Systeminfo_System_System"
New translation variable "Systeminfo_System_OSVersion"
New translation variable "Systeminfo_System_Uname"
New translation variable "Systeminfo_System_Architecture"
New translation variable "Systeminfo_System_AVG"
---
front/systeminfo.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index abfb0e36..d5fce318 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -187,31 +187,31 @@ echo '
-
Uptime:
+
' . lang('Systeminfo_System_Uptime') . '
' . $stat['uptime'] . '
-
Kernel:
+
' . lang('Systeminfo_System_Kernel') . '
' . $system_namekernel . '
-
System:
+
' . lang('Systeminfo_System_System') . '
' . $system_namesystem . '
-
Operating System:
+
' . lang('Systeminfo_System_OSVersion') . '
' . $stat['os_version'] . '
-
Uname:
+
' . lang('Systeminfo_System_Uname') . '
' . $system_full . '
-
Architecture:
+
' . lang('Systeminfo_System_Architecture') . '
' . $system_architecture . '
-
Load AVG:
+
' . lang('Systeminfo_System_AVG') . '
'. $load_average[0] .' '. $load_average[1] .' '. $load_average[2] .'
From b07118b2985ba6232cba241b6b673ff4675a1354 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 16:02:43 +0200
Subject: [PATCH 02/28] Update es_es.json
Optimized the order of translation variables
New translation variable "Systeminfo_System_Architecture"
New translation variable "Systeminfo_System_AVG"
New translation variable "Systeminfo_System_Kernel"
New translation variable "Systeminfo_System_OSVersion"
New translation variable "Systeminfo_System_System"
New translation variable "Systeminfo_System_Uname"
New translation variable "Systeminfo_System_Uptime"
---
front/php/templates/language/es_es.json | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json
index 83493d5b..e42819ca 100755
--- a/front/php/templates/language/es_es.json
+++ b/front/php/templates/language/es_es.json
@@ -591,9 +591,7 @@
"Systeminfo_General_TimeZone": "Zona horaria:",
"Systeminfo_This_Client": "Este cliente",
"Systeminfo_Client_User_Agent": "Agente de usuario:",
- "Systeminfo_Client_Resolution": "Resolución del navegador:",
- "Systeminfo_System": "Sistema",
- "Systeminfo_Motherboard" : "Placa base",
+ "Systeminfo_Client_Resolution": "Resolución del navegador:",
"Systeminfo_CPU" : "CPU",
"Systeminfo_CPU_Vendor": "Proveedor de CPU:",
"Systeminfo_CPU_Name": "Nombre de la CPU:",
@@ -604,6 +602,9 @@
"Systeminfo_Memory_Usage": "Memoria en uso:",
"Systeminfo_Memory_Usage_Percent": "Memoria %:",
"Systeminfo_Memory_Total_Memory": "Memoria total:",
+ "Systeminfo_Motherboard" : "Placa base",
+ "Systeminfo_Network": "Red",
+ "Systeminfo_Network_Hardware": "Hardware de red",
"Systeminfo_Storage": "Almacenamiento",
"Systeminfo_Storage_Mount": "Punto de montaje:",
"Systeminfo_Storage_Device" : "Dispositivo:",
@@ -614,11 +615,17 @@
"Systeminfo_Storage_Usage_Total": "Total:",
"Systeminfo_Storage_Usage_Used": "Usado:",
"Systeminfo_Storage_Usage_Free": "Libre:",
- "Systeminfo_Network": "Red",
- "Systeminfo_Network_Hardware": "Hardware de red",
"Systeminfo_Services": "Servicios",
"Systeminfo_Services_Name": "Nombre del servicio",
- "Systeminfo_Services_Description": "Descripción del servicio",
+ "Systeminfo_Services_Description": "Descripción del servicio",
+ "Systeminfo_System": "Sistema",
+ "Systeminfo_System_Architecture": "Arquitectura:",
+ "Systeminfo_System_AVG": "Cargar promedio:",
+ "Systeminfo_System_Kernel": "Núcleo:",
+ "Systeminfo_System_OSVersion": "Sistema Operativo:",
+ "Systeminfo_System_System": "Sistema:",
+ "Systeminfo_System_Uname": "Uname:",
+ "Systeminfo_System_Uptime": "Tiempo de actividad:",
"Systeminfo_USB_Devices": "Dispositivos USB"
}
}
From 57f9728867420ea5c7a1e6a9a792bfd179c1f46c Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 16:11:07 +0200
Subject: [PATCH 03/28] Update en_us.json
Optimized the order of translation variables
New translation variable "Systeminfo_System_Architecture"
New translation variable "Systeminfo_System_AVG"
New translation variable "Systeminfo_System_Kernel"
New translation variable "Systeminfo_System_OSVersion"
New translation variable "Systeminfo_System_System"
New translation variable "Systeminfo_System_Uname"
New translation variable "Systeminfo_System_Uptime"
---
front/php/templates/language/en_us.json | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json
index edb7323e..4be6e54b 100755
--- a/front/php/templates/language/en_us.json
+++ b/front/php/templates/language/en_us.json
@@ -594,9 +594,7 @@
"Systeminfo_General_TimeZone": "Timezone:",
"Systeminfo_This_Client" : "This Client",
"Systeminfo_Client_User_Agent": "User Agent:",
- "Systeminfo_Client_Resolution": "Browser Resolution:",
- "Systeminfo_System" : "System",
- "Systeminfo_Motherboard" : "Motherboard",
+ "Systeminfo_Client_Resolution": "Browser Resolution:",
"Systeminfo_CPU" : "CPU",
"Systeminfo_CPU_Vendor": "CPU Vendor:",
"Systeminfo_CPU_Name": "CPU Name:",
@@ -606,7 +604,10 @@
"Systeminfo_Memory" : "Memory",
"Systeminfo_Memory_Usage": "Memory usage:",
"Systeminfo_Memory_Usage_Percent": "Memory %:",
- "Systeminfo_Memory_Total_Memory": "Total memory:",
+ "Systeminfo_Memory_Total_Memory": "Total memory:",
+ "Systeminfo_Motherboard" : "Motherboard",
+ "Systeminfo_Network" : "Network",
+ "Systeminfo_Network_Hardware" : "Network Hardware",
"Systeminfo_Storage" : "Storage",
"Systeminfo_Storage_Mount" : "Mount point:",
"Systeminfo_Storage_Device" : "Device:",
@@ -616,12 +617,18 @@
"Systeminfo_Storage_Usage_Mount" : "Mount point:",
"Systeminfo_Storage_Usage_Total" : "Total:",
"Systeminfo_Storage_Usage_Used" : "Used:",
- "Systeminfo_Storage_Usage_Free" : "Free:",
- "Systeminfo_Network" : "Network",
- "Systeminfo_Network_Hardware" : "Network Hardware",
+ "Systeminfo_Storage_Usage_Free" : "Free:",
"Systeminfo_Services" : "Services",
"Systeminfo_Services_Name" : "Service Name",
- "Systeminfo_Services_Description" : "Service Description",
- "Systeminfo_USB_Devices" : "USB Devices"
+ "Systeminfo_Services_Description" : "Service Description",
+ "Systeminfo_System" : "System",
+ "Systeminfo_System_Architecture": "Architecture:",
+ "Systeminfo_System_AVG": "Load average:",
+ "Systeminfo_System_Kernel": "Kernel:",
+ "Systeminfo_System_OSVersion": "Operating System:",
+ "Systeminfo_System_System": "System:",
+ "Systeminfo_System_Uname": "Uname:",
+ "Systeminfo_System_Uptime": "Uptime:",
+ "Systeminfo_USB_Devices" : "USB Devices"
}
}
From ae5fd47f7252e327511b52efa155da8f7cdd88b0 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 16:14:14 +0200
Subject: [PATCH 04/28] Update de_de.json
Optimized the order of translation variables
New translation variable "Systeminfo_System_Architecture"
New translation variable "Systeminfo_System_AVG"
New translation variable "Systeminfo_System_Kernel"
New translation variable "Systeminfo_System_OSVersion"
New translation variable "Systeminfo_System_System"
New translation variable "Systeminfo_System_Uname"
New translation variable "Systeminfo_System_Uptime"
---
front/php/templates/language/de_de.json | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json
index 018ce52c..0ddf982e 100755
--- a/front/php/templates/language/de_de.json
+++ b/front/php/templates/language/de_de.json
@@ -329,9 +329,7 @@
"Systeminfo_General_TimeZone": "Zeitzone:",
"Systeminfo_This_Client" : "Dieser Mandant",
"Systeminfo_Client_User_Agent": "Benutzeragent:",
- "Systeminfo_Client_Resolution": "Browserauflösung:",
- "Systeminfo_System" : "System",
- "Systeminfo_Motherboard" : "Hauptplatine",
+ "Systeminfo_Client_Resolution": "Browserauflösung:",
"Systeminfo_CPU" : "CPU",
"Systeminfo_CPU_Vendor": "CPU-Anbieter:",
"Systeminfo_CPU_Name": "CPU-Name:",
@@ -341,8 +339,9 @@
"Systeminfo_Memory" : "Speicher",
"Systeminfo_Memory_Usage": "Speichernutzung:",
"Systeminfo_Memory_Usage_Percent": "Speicher %:",
- "Systeminfo_Memory_Total_Memory": "Gesamtspeicher:",
- "Systeminfo_Storage" : "Lagerung",
+ "Systeminfo_Memory_Total_Memory": "Gesamtspeicher:",
+ "Systeminfo_Motherboard" : "Hauptplatine",
+ "Systeminfo_Storage" : "Lagerung",
"Systeminfo_Storage_Mount": "Mountpunkt:",
"Systeminfo_Storage_Device": "Gerät:",
"Systeminfo_Storage_Size": "Größe:",
@@ -356,7 +355,15 @@
"Systeminfo_Network_Hardware" : "Netzwerk Hardware",
"Systeminfo_Services" : "Dienste",
"Systeminfo_Services_Name": "Dienstname",
- "Systeminfo_Services_Description": "Dienstbeschreibung",
- "Systeminfo_USB_Devices" : "USB-Geräte"
+ "Systeminfo_Services_Description": "Dienstbeschreibung",
+ "Systeminfo_System" : "System",
+ "Systeminfo_System_Architecture": "Architektur:",
+ "Systeminfo_System_AVG": "AVG laden:",
+ "Systeminfo_System_Kernel": "Kernel:",
+ "Systeminfo_System_OSVersion": "Betriebssystem:",
+ "Systeminfo_System_System": "System:",
+ "Systeminfo_System_Uname": "Uname:",
+ "Systeminfo_System_Uptime": "Betriebszeit:",
+ "Systeminfo_USB_Devices" : "USB-Geräte"
}
}
From 719b3e57052b24ef5e5badb006c6d77482eb1541 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 16:50:53 +0200
Subject: [PATCH 05/28] Update systeminfo.php
Update "Motherboard" submenu with new translation variables
New translation variable "Systeminfo_Motherboard_BIOS
New translation variable "Systeminfo_Motherboard_BIOS_Date"
New translation variable "Systeminfo_Motherboard_BIOS_Vendor"
New translation variable "Systeminfo_Motherboard_Manufactured"
New translation variable "Systeminfo_Motherboard_Name"
New translation variable "Systeminfo_Motherboard_Revision"
---
front/systeminfo.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index d5fce318..9097cf19 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -224,27 +224,27 @@ echo '
-
Name:
+
' . lang('Systeminfo_Motherboard_Name') . '
' . $motherboard_name . '
-
Manufactured by:
+
' . lang('Systeminfo_Motherboard_Manufactured') . '
' . $motherboard_manufactured . '
-
Revision:
+
' . lang('Systeminfo_Motherboard_Revision') . '
' . $motherboard_revision. '
-
BIOS:
+
' . lang('Systeminfo_Motherboard_BIOS') . '
' . $motherboard_bios . '
-
BIOS date:
+
' . lang('Systeminfo_Motherboard_BIOS_Date') . '
' . $motherboard_biosdate . '
-
BIOS vendor:
+
' . lang('Systeminfo_Motherboard_BIOS_Vendor') . '
' . $motherboard_biosvendor . '
From 33273bf83c8785643a433db252d9eff5e2267d24 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 17:15:48 +0200
Subject: [PATCH 06/28] Update en_us.json
New translation variable "Systeminfo_Motherboard_BIOS"
New translation variable "Systeminfo_Motherboard_BIOS_Date"
New translation variable "Systeminfo_Motherboard_BIOS_Vendor"
New translation variable "Systeminfo_Motherboard_Manufactured"
New translation variable "Systeminfo_Motherboard_Name"
New translation variable "Systeminfo_Motherboard_Revision"
---
front/php/templates/language/en_us.json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json
index 4be6e54b..9aae0551 100755
--- a/front/php/templates/language/en_us.json
+++ b/front/php/templates/language/en_us.json
@@ -606,6 +606,12 @@
"Systeminfo_Memory_Usage_Percent": "Memory %:",
"Systeminfo_Memory_Total_Memory": "Total memory:",
"Systeminfo_Motherboard" : "Motherboard",
+ "Systeminfo_Motherboard_BIOS": "BIOS:",
+ "Systeminfo_Motherboard_BIOS_Date": "BIOS date:",
+ "Systeminfo_Motherboard_BIOS_Vendor": "BIOS vendor:",
+ "Systeminfo_Motherboard_Manufactured": "Manufactured by:",
+ "Systeminfo_Motherboard_Name": "Name:",
+ "Systeminfo_Motherboard_Revision": "Revision:",
"Systeminfo_Network" : "Network",
"Systeminfo_Network_Hardware" : "Network Hardware",
"Systeminfo_Storage" : "Storage",
From 7de5e4db8b28d604bb1e16513b4c634f907f06e5 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 17:16:45 +0200
Subject: [PATCH 07/28] Update es_es.json
New translation variable "Systeminfo_Motherboard_BIOS"
New translation variable "Systeminfo_Motherboard_BIOS_Date"
New translation variable "Systeminfo_Motherboard_BIOS_Vendor"
New translation variable "Systeminfo_Motherboard_Manufactured"
New translation variable "Systeminfo_Motherboard_Name"
New translation variable "Systeminfo_Motherboard_Revision"
---
front/php/templates/language/es_es.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json
index e42819ca..08542603 100755
--- a/front/php/templates/language/es_es.json
+++ b/front/php/templates/language/es_es.json
@@ -602,7 +602,13 @@
"Systeminfo_Memory_Usage": "Memoria en uso:",
"Systeminfo_Memory_Usage_Percent": "Memoria %:",
"Systeminfo_Memory_Total_Memory": "Memoria total:",
- "Systeminfo_Motherboard" : "Placa base",
+ "Systeminfo_Motherboard" : "Placa base",
+ "Systeminfo_Motherboard_BIOS": "BIOS:",
+ "Systeminfo_Motherboard_BIOS_Date": "Fecha del BIOS:",
+ "Systeminfo_Motherboard_BIOS_Vendor": "Proveedor de BIOS:",
+ "Systeminfo_Motherboard_Manufactured": "Fabricado por:",
+ "Systeminfo_Motherboard_Name": "Nombre:",
+ "Systeminfo_Motherboard_Revision": "Revisión:",
"Systeminfo_Network": "Red",
"Systeminfo_Network_Hardware": "Hardware de red",
"Systeminfo_Storage": "Almacenamiento",
From 46876228ba664d38e8e0d682ab02e34b140fa760 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 17:18:11 +0200
Subject: [PATCH 08/28] Update de_de.json
New translation variable "Systeminfo_Motherboard_BIOS"
New translation variable "Systeminfo_Motherboard_BIOS_Date"
New translation variable "Systeminfo_Motherboard_BIOS_Vendor"
New translation variable "Systeminfo_Motherboard_Manufactured"
New translation variable "Systeminfo_Motherboard_Name"
New translation variable "Systeminfo_Motherboard_Revision"
---
front/php/templates/language/de_de.json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json
index 0ddf982e..97cbc4fe 100755
--- a/front/php/templates/language/de_de.json
+++ b/front/php/templates/language/de_de.json
@@ -341,6 +341,12 @@
"Systeminfo_Memory_Usage_Percent": "Speicher %:",
"Systeminfo_Memory_Total_Memory": "Gesamtspeicher:",
"Systeminfo_Motherboard" : "Hauptplatine",
+ "Systeminfo_Motherboard_BIOS": "BIOS:",
+ "Systeminfo_Motherboard_BIOS_Date": "BIOS-Datum:",
+ "Systeminfo_Motherboard_BIOS_Vendor": "BIOS-Anbieter:",
+ "Systeminfo_Motherboard_Manufactured": "Hergestellt von:",
+ "Systeminfo_Motherboard_Name": "Name:",
+ "Systeminfo_Motherboard_Revision": "Revision:",
"Systeminfo_Storage" : "Lagerung",
"Systeminfo_Storage_Mount": "Mountpunkt:",
"Systeminfo_Storage_Device": "Gerät:",
From 8398d73b6100db369dc53545337f20c046e5753a Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 17:39:36 +0200
Subject: [PATCH 09/28] Update systeminfo.php
Update "Network" submenu with new translation variables
New translation variable "Systeminfo_Network_Accept_Encoding"
New translation variable "Systeminfo_Network_Accept_Language"
New translation variable "Systeminfo_Network_Connection_Port"
New translation variable "Systeminfo_Network_HTTP_Host"
New translation variable "Systeminfo_Network_HTTP_Referer"
New translation variable "Systeminfo_Network_IP"
New translation variable "Systeminfo_Network_IP_Connection"
New translation variable "Systeminfo_Network_IP_Server"
New translation variable "Systeminfo_Network_MIME"
New translation variable "Systeminfo_Network_Request_Method"
New translation variable "Systeminfo_Network_Request_URI"
New translation variable "Systeminfo_Network_Request_Time"
New translation variable "Systeminfo_Network_Secure_Connection"
New translation variable "Systeminfo_Network_Server_Name"
New translation variable "Systeminfo_Network_Server_Query"
New translation variable "Systeminfo_Network_Server_Version"
---
front/systeminfo.php | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index 9097cf19..cba0a93a 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -387,67 +387,67 @@ echo '
-
IP Internet:
+
' . lang('Systeminfo_Network_IP') . '
' . shell_exec("curl https://ifconfig.co") . '
-
IP connection:
+
' . lang('Systeminfo_Network_IP_Connection') . '
' . $_SERVER['REMOTE_ADDR'] . '
-
Server IP:
+
' . lang('Systeminfo_Network_IP_Server') . '
' . $_SERVER['SERVER_ADDR'] . '
-
Server name:
+
' . lang('Systeminfo_Network_Server_Name') . '
' . $network_NAME . '
-
Connection port:
+
' . lang('Systeminfo_Network_Connection_Port') . '
' . $_SERVER['REMOTE_PORT'] . '
-
Secure connection:
+
' . lang('Systeminfo_Network_Secure_Connection:') . '
' . $network_HTTPS . '
-
Server Version:
+
' . lang('Systeminfo_Network_Server_Version') . '
' . $_SERVER['SERVER_SOFTWARE'] . '
-
Request URI:
+
' . lang('Systeminfo_Network_Request_URI') . '
' . $_SERVER['REQUEST_URI'] . '
-
Server query:
+
' . lang('Systeminfo_Network_Server_Query') . '
' . $network_QueryString . '
-
HTTP host:
+
' . lang('Systeminfo_Network_HTTP_Host') . '
' . $_SERVER['HTTP_HOST'] . '
-
HTTP referer:
+
' . lang('Systeminfo_Network_HTTP_Referer') . '
' . $network_referer . '
-
MIME:
+
' . lang('Systeminfo_Network_MIME') . '
' . $_SERVER['HTTP_ACCEPT'] . '
-
Accept language:
+
' . lang('Systeminfo_Network_Accept_Language') . '
' . $_SERVER['HTTP_ACCEPT_LANGUAGE'] . '
-
Accept encoding:
+
' . lang('Systeminfo_Network_Accept_Encoding') . '
' . $_SERVER['HTTP_ACCEPT_ENCODING'] . '
-
Request Method:
+
' . lang('Systeminfo_Network_Request_Method') . '
' . $_SERVER['REQUEST_METHOD'] . '
-
Request time:
+
' . lang('Systeminfo_Network_Request_Time') . '
' . $_SERVER['REQUEST_TIME'] . '
From f28733d94dec1f48a280e8debdcbca78ed67d729 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 17:47:11 +0200
Subject: [PATCH 10/28] Update en_us.json
Optimized the order of translation variables
New translation variable "Systeminfo_Network_Accept_Encoding"
New translation variable "Systeminfo_Network_Accept_Language"
New translation variable "Systeminfo_Network_Connection_Port"
New translation variable "Systeminfo_Network_HTTP_Host"
New translation variable "Systeminfo_Network_HTTP_Referer"
New translation variable "Systeminfo_Network_IP"
New translation variable "Systeminfo_Network_IP_Connection"
New translation variable "Systeminfo_Network_IP_Server"
New translation variable "Systeminfo_Network_MIME"
New translation variable "Systeminfo_Network_Request_Method"
New translation variable "Systeminfo_Network_Request_URI"
New translation variable "Systeminfo_Network_Request_Time"
New translation variable "Systeminfo_Network_Secure_Connection"
New translation variable "Systeminfo_Network_Server_Name"
New translation variable "Systeminfo_Network_Server_Query"
New translation variable "Systeminfo_Network_Server_Version"
---
front/php/templates/language/en_us.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json
index 9aae0551..81a8e18f 100755
--- a/front/php/templates/language/en_us.json
+++ b/front/php/templates/language/en_us.json
@@ -613,6 +613,22 @@
"Systeminfo_Motherboard_Name": "Name:",
"Systeminfo_Motherboard_Revision": "Revision:",
"Systeminfo_Network" : "Network",
+ "Systeminfo_Network_Accept_Encoding": "Accept encoding:",
+ "Systeminfo_Network_Accept_Language": "Accept language:",
+ "Systeminfo_Network_Connection_Port": "Connection port:",
+ "Systeminfo_Network_HTTP_Host": "HTTP host:",
+ "Systeminfo_Network_HTTP_Referer": "HTTP referer:",
+ "Systeminfo_Network_IP": "IP Internet:",
+ "Systeminfo_Network_IP_Connection": "IP connection:",
+ "Systeminfo_Network_IP_Server": "Server IP:",
+ "Systeminfo_Network_MIME": "MIME:",
+ "Systeminfo_Network_Request_Method": "Request Method:",
+ "Systeminfo_Network_Request_URI": "Request URI:",
+ "Systeminfo_Network_Request_Time": "Request time:",
+ "Systeminfo_Network_Secure_Connection": "Secure connection:",
+ "Systeminfo_Network_Server_Name": "Server name:",
+ "Systeminfo_Network_Server_Query": "Server query:",
+ "Systeminfo_Network_Server_Version": "Server Version:",
"Systeminfo_Network_Hardware" : "Network Hardware",
"Systeminfo_Storage" : "Storage",
"Systeminfo_Storage_Mount" : "Mount point:",
From acf24370205adcb9c5cdff23aa0cae97363d7d41 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 17:50:44 +0200
Subject: [PATCH 11/28] Update es_es.json
Optimized the order of translation variables
New translation variable "Systeminfo_Network_Accept_Encoding"
New translation variable "Systeminfo_Network_Accept_Language"
New translation variable "Systeminfo_Network_Connection_Port"
New translation variable "Systeminfo_Network_HTTP_Host"
New translation variable "Systeminfo_Network_HTTP_Referer"
New translation variable "Systeminfo_Network_IP"
New translation variable "Systeminfo_Network_IP_Connection"
New translation variable "Systeminfo_Network_IP_Server"
New translation variable "Systeminfo_Network_MIME"
New translation variable "Systeminfo_Network_Request_Method"
New translation variable "Systeminfo_Network_Request_URI"
New translation variable "Systeminfo_Network_Request_Time"
New translation variable "Systeminfo_Network_Secure_Connection"
New translation variable "Systeminfo_Network_Server_Name"
New translation variable "Systeminfo_Network_Server_Query"
New translation variable "Systeminfo_Network_Server_Version"
---
front/php/templates/language/es_es.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json
index 08542603..502b810b 100755
--- a/front/php/templates/language/es_es.json
+++ b/front/php/templates/language/es_es.json
@@ -610,6 +610,22 @@
"Systeminfo_Motherboard_Name": "Nombre:",
"Systeminfo_Motherboard_Revision": "Revisión:",
"Systeminfo_Network": "Red",
+ "Systeminfo_Network_Accept_Encoding": "Codificación aceptada:",
+ "Systeminfo_Network_Accept_Language": "Idioma aceptado:",
+ "Systeminfo_Network_Connection_Port": "Puerto de conexión:",
+ "Systeminfo_Network_HTTP_Host": "Host HTTP:",
+ "Systeminfo_Network_HTTP_Referer": "Referido HTTP:",
+ "Systeminfo_Network_IP": "IP Internet:",
+ "Systeminfo_Network_IP_Connection": "Conexión IP:",
+ "Systeminfo_Network_IP_Server": "IP del servidor:",
+ "Systeminfo_Network_MIME": "MIME:",
+ "Systeminfo_Network_Request_Method": "Método de solicitud:",
+ "Systeminfo_Network_Request_URI": "URI de solicitud:",
+ "Systeminfo_Network_Request_Time": "Hora de solicitud:",
+ "Systeminfo_Network_Secure_Connection": "Conexión segura:",
+ "Systeminfo_Network_Server_Name": "Nombre del servidor:",
+ "Systeminfo_Network_Server_Query": "Consulta del servidor:",
+ "Systeminfo_Network_Server_Version": "Versión del servidor:",
"Systeminfo_Network_Hardware": "Hardware de red",
"Systeminfo_Storage": "Almacenamiento",
"Systeminfo_Storage_Mount": "Punto de montaje:",
From 7610f3633d106949a0133bf26b20cc1bbf055412 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 17:52:36 +0200
Subject: [PATCH 12/28] Update de_de.json
Optimized the order of translation variables
New translation variable "Systeminfo_Network_Accept_Encoding"
New translation variable "Systeminfo_Network_Accept_Language"
New translation variable "Systeminfo_Network_Connection_Port"
New translation variable "Systeminfo_Network_HTTP_Host"
New translation variable "Systeminfo_Network_HTTP_Referer"
New translation variable "Systeminfo_Network_IP"
New translation variable "Systeminfo_Network_IP_Connection"
New translation variable "Systeminfo_Network_IP_Server"
New translation variable "Systeminfo_Network_MIME"
New translation variable "Systeminfo_Network_Request_Method"
New translation variable "Systeminfo_Network_Request_URI"
New translation variable "Systeminfo_Network_Request_Time"
New translation variable "Systeminfo_Network_Secure_Connection"
New translation variable "Systeminfo_Network_Server_Name"
New translation variable "Systeminfo_Network_Server_Query"
New translation variable "Systeminfo_Network_Server_Version"
---
front/php/templates/language/de_de.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json
index 97cbc4fe..e109b6b1 100755
--- a/front/php/templates/language/de_de.json
+++ b/front/php/templates/language/de_de.json
@@ -358,6 +358,22 @@
"Systeminfo_Storage_Usage_Used": "Verwendet:",
"Systeminfo_Storage_Usage_Free": "Kostenlos:",
"Systeminfo_Network" : "Netzwerk",
+ "Systeminfo_Network_Accept_Encoding": "Kodierung akzeptieren:",
+ "Systeminfo_Network_Accept_Language": "Sprache akzeptieren:",
+ "Systeminfo_Network_Connection_Port": "Verbindungsport:",
+ "Systeminfo_Network_HTTP_Host": "HTTP-Host:",
+ "Systeminfo_Network_HTTP_Referer": "HTTP-Referer:",
+ "Systeminfo_Network_IP": "IP Internet:",
+ "Systeminfo_Network_IP_Connection": "IP-Verbindung:",
+ "Systeminfo_Network_IP_Server": "Server-IP:",
+ "Systeminfo_Network_MIME": "MIME:",
+ "Systeminfo_Network_Request_Method": "Anfragemethode:",
+ "Systeminfo_Network_Request_URI": "URI anfordern:",
+ "Systeminfo_Network_Request_Time": "Anfragezeit:",
+ "Systeminfo_Network_Secure_Connection": "Sichere Verbindung:",
+ "Systeminfo_Network_Server_Name": "Servername:",
+ "Systeminfo_Network_Server_Query": "Serverabfrage:",
+ "Systeminfo_Network_Server_Version": "Serverversion:",
"Systeminfo_Network_Hardware" : "Netzwerk Hardware",
"Systeminfo_Services" : "Dienste",
"Systeminfo_Services_Name": "Dienstname",
From 633ceb6136ee90a681938789c6b1f2e41e5d8e7f Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 17:56:41 +0200
Subject: [PATCH 13/28] Update systeminfo.php
Updated translation variable "Systeminfo_Network_Secure_Connection"
---
front/systeminfo.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index cba0a93a..8ae541d8 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -407,7 +407,7 @@ echo '
From be2f5a9f15bf1c775bf66e622dcfb833d279d645 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:14:05 +0200
Subject: [PATCH 14/28] Update systeminfo.php
Updated variables "Network stats"
---
front/systeminfo.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index 8ae541d8..cb451613 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -96,13 +96,13 @@ $formatted_date2 = $date->format('d/m/Y H:i:s');
$formatted_date3 = $date->format('Y/m/d H:i:s');
//Network stats
// Check Server name
-if (!empty(gethostname())) { $network_NAME = gethostname(); } else { $network_NAME = 'Server name not found'; }
+if (!empty(gethostname())) { $network_NAME = gethostname(); } else { $network_NAME = lang('Systeminfo_Network_Server_Name_String'); }
// Check HTTPS
-if (isset($_SERVER['HTTPS'])) { $network_HTTPS = 'Yes (HTTPS)'; } else { $network_HTTPS = 'No (HTTP)'; }
+if (isset($_SERVER['HTTPS'])) { $network_HTTPS = 'Yes (HTTPS)'; } else { $network_HTTPS = lang('Systeminfo_Network_Secure_Connection_String'); }
// Check Query String
-if (empty($_SERVER['QUERY_STRING'])) { $network_QueryString = 'No query string'; } else { $network_QueryString = $_SERVER['QUERY_STRING']; }
+if (empty($_SERVER['QUERY_STRING'])) { $network_QueryString = lang('Systeminfo_Network_Server_Query_String'); } else { $network_QueryString = $_SERVER['QUERY_STRING']; }
// Check HTTP referer
-if (empty($_SERVER['HTTP_REFERER'])) { $network_referer = 'No HTTP referer'; } else { $network_referer = $_SERVER['HTTP_REFERER']; }
+if (empty($_SERVER['HTTP_REFERER'])) { $network_referer = lang('Systeminfo_Network_HTTP_Referer_String'); } else { $network_referer = $_SERVER['HTTP_REFERER']; }
//Network Hardware stat
$network_result = shell_exec("cat /proc/net/dev | tail -n +3 | awk '{print $1}'");
$net_interfaces = explode("\n", trim($network_result));
From 0591afa80f691599b780e7c1f14f47dda4eafba1 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:18:32 +0200
Subject: [PATCH 15/28] Update en_us.json
Optimized the order of translation variables
New translation variable "Systeminfo_Network_HTTP_Referer_String"
New translation variable "Systeminfo_Network_Secure_Connection_String"
New translation variable "Systeminfo_Network_Server_Name_String"
New translation variable "Systeminfo_Network_Server_Query_String"
---
front/php/templates/language/en_us.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json
index 81a8e18f..326673c2 100755
--- a/front/php/templates/language/en_us.json
+++ b/front/php/templates/language/en_us.json
@@ -618,6 +618,7 @@
"Systeminfo_Network_Connection_Port": "Connection port:",
"Systeminfo_Network_HTTP_Host": "HTTP host:",
"Systeminfo_Network_HTTP_Referer": "HTTP referer:",
+ "Systeminfo_Network_HTTP_Referer_String": "No HTTP referer",
"Systeminfo_Network_IP": "IP Internet:",
"Systeminfo_Network_IP_Connection": "IP connection:",
"Systeminfo_Network_IP_Server": "Server IP:",
@@ -626,8 +627,11 @@
"Systeminfo_Network_Request_URI": "Request URI:",
"Systeminfo_Network_Request_Time": "Request time:",
"Systeminfo_Network_Secure_Connection": "Secure connection:",
+ "Systeminfo_Network_Secure_Connection_String": "No (HTTP)",
"Systeminfo_Network_Server_Name": "Server name:",
+ "Systeminfo_Network_Server_Name_String": "Server name not found",
"Systeminfo_Network_Server_Query": "Server query:",
+ "Systeminfo_Network_Server_Query_String": "No query string",
"Systeminfo_Network_Server_Version": "Server Version:",
"Systeminfo_Network_Hardware" : "Network Hardware",
"Systeminfo_Storage" : "Storage",
From dbfb3176f5eff9323f5c2d4387daaeee53deae25 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:20:40 +0200
Subject: [PATCH 16/28] Update es_es.json
Optimized the order of translation variables
New translation variable "Systeminfo_Network_HTTP_Referer_String"
New translation variable "Systeminfo_Network_Secure_Connection_String"
New translation variable "Systeminfo_Network_Server_Name_String"
New translation variable "Systeminfo_Network_Server_Query_String"
---
front/php/templates/language/es_es.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json
index 502b810b..683d4d6b 100755
--- a/front/php/templates/language/es_es.json
+++ b/front/php/templates/language/es_es.json
@@ -615,6 +615,7 @@
"Systeminfo_Network_Connection_Port": "Puerto de conexión:",
"Systeminfo_Network_HTTP_Host": "Host HTTP:",
"Systeminfo_Network_HTTP_Referer": "Referido HTTP:",
+ "Systeminfo_Network_HTTP_Referer_String": "Sin referencia HTTP",
"Systeminfo_Network_IP": "IP Internet:",
"Systeminfo_Network_IP_Connection": "Conexión IP:",
"Systeminfo_Network_IP_Server": "IP del servidor:",
@@ -623,8 +624,11 @@
"Systeminfo_Network_Request_URI": "URI de solicitud:",
"Systeminfo_Network_Request_Time": "Hora de solicitud:",
"Systeminfo_Network_Secure_Connection": "Conexión segura:",
+ "Systeminfo_Network_Secure_Connection_String": "No (HTTP)",
"Systeminfo_Network_Server_Name": "Nombre del servidor:",
+ "Systeminfo_Network_Server_Name_String": "Nombre del servidor no encontrado",
"Systeminfo_Network_Server_Query": "Consulta del servidor:",
+ "Systeminfo_Network_Server_Query_String": "Sin cadena de consulta",
"Systeminfo_Network_Server_Version": "Versión del servidor:",
"Systeminfo_Network_Hardware": "Hardware de red",
"Systeminfo_Storage": "Almacenamiento",
From 22844b430ea8c6712b281f834465ecbbcc4fe7a3 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:22:20 +0200
Subject: [PATCH 17/28] Update de_de.json
Optimized the order of translation variables
New translation variable "Systeminfo_Network_HTTP_Referer_String"
New translation variable "Systeminfo_Network_Secure_Connection_String"
New translation variable "Systeminfo_Network_Server_Name_String"
New translation variable "Systeminfo_Network_Server_Query_String"
---
front/php/templates/language/de_de.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json
index e109b6b1..c6cbd750 100755
--- a/front/php/templates/language/de_de.json
+++ b/front/php/templates/language/de_de.json
@@ -363,6 +363,7 @@
"Systeminfo_Network_Connection_Port": "Verbindungsport:",
"Systeminfo_Network_HTTP_Host": "HTTP-Host:",
"Systeminfo_Network_HTTP_Referer": "HTTP-Referer:",
+ "Systeminfo_Network_HTTP_Referer_String": "Kein HTTP-Referer",
"Systeminfo_Network_IP": "IP Internet:",
"Systeminfo_Network_IP_Connection": "IP-Verbindung:",
"Systeminfo_Network_IP_Server": "Server-IP:",
@@ -371,8 +372,11 @@
"Systeminfo_Network_Request_URI": "URI anfordern:",
"Systeminfo_Network_Request_Time": "Anfragezeit:",
"Systeminfo_Network_Secure_Connection": "Sichere Verbindung:",
+ "Systeminfo_Network_Secure_Connection_String": "Nein (HTTP)",
"Systeminfo_Network_Server_Name": "Servername:",
+ "Systeminfo_Network_Server_Name_String": "Servername nicht gefunden",
"Systeminfo_Network_Server_Query": "Serverabfrage:",
+ "Systeminfo_Network_Server_Query_String": "Keine Abfragezeichenfolge",
"Systeminfo_Network_Server_Version": "Serverversion:",
"Systeminfo_Network_Hardware" : "Netzwerk Hardware",
"Systeminfo_Services" : "Dienste",
From 731e9be82b612a303c1c3cde901281f4ee86738b Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:43:43 +0200
Subject: [PATCH 18/28] Update systeminfo.php
Updated div class of the "General" section
---
front/systeminfo.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index cb451613..121fcee1 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -134,20 +134,20 @@ echo '
-
' . lang('Systeminfo_General_Full_Date') . '
-
' . $formatted_date . '
+
' . lang('Systeminfo_General_Full_Date') . '
+
' . $formatted_date . '
-
' . lang('Systeminfo_General_Date') . '
-
' . $formatted_date2 . '
+
' . lang('Systeminfo_General_Date') . '
+
' . $formatted_date2 . '
-
' . lang('Systeminfo_General_Date2') . '
-
' . $formatted_date3 . '
+
' . lang('Systeminfo_General_Date2') . '
+
' . $formatted_date3 . '
-
' . lang('Systeminfo_General_TimeZone') . '
-
' . $timeZone . '
+
' . lang('Systeminfo_General_TimeZone') . '
+
' . $timeZone . '
';
From b749199f557e5c502a4b2c1f1ce43ef04e3d627b Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:44:52 +0200
Subject: [PATCH 19/28] Update systeminfo.php
Updated div class of the "Client" section
---
front/systeminfo.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index 121fcee1..91a841c5 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -159,12 +159,12 @@ echo '
-
' . lang('Systeminfo_Client_User_Agent') . '
-
' . $_SERVER['HTTP_USER_AGENT'] . '
+
' . lang('Systeminfo_Client_User_Agent') . '
+
' . $_SERVER['HTTP_USER_AGENT'] . '
-
' . lang('Systeminfo_Client_Resolution') . '
-
+
' . lang('Systeminfo_Client_Resolution') . '
+
';
From 75dd81adcd4c899eadc6f3b679a31cbbb5e1029b Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:46:21 +0200
Subject: [PATCH 20/28] Update systeminfo.php
Updated div class of the "System" section
---
front/systeminfo.php | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index 91a841c5..deb24f8d 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -187,32 +187,32 @@ echo '
-
' . lang('Systeminfo_System_Uptime') . '
-
' . $stat['uptime'] . '
+
' . lang('Systeminfo_System_Uptime') . '
+
' . $stat['uptime'] . '
-
' . lang('Systeminfo_System_Kernel') . '
-
' . $system_namekernel . '
+
' . lang('Systeminfo_System_Kernel') . '
+
' . $system_namekernel . '
-
' . lang('Systeminfo_System_System') . '
-
' . $system_namesystem . '
+
' . lang('Systeminfo_System_System') . '
+
' . $system_namesystem . '
-
' . lang('Systeminfo_System_OSVersion') . '
-
' . $stat['os_version'] . '
+
' . lang('Systeminfo_System_OSVersion') . '
+
' . $stat['os_version'] . '
-
' . lang('Systeminfo_System_Uname') . '
-
' . $system_full . '
+
' . lang('Systeminfo_System_Uname') . '
+
' . $system_full . '
-
' . lang('Systeminfo_System_Architecture') . '
-
' . $system_architecture . '
+
' . lang('Systeminfo_System_Architecture') . '
+
' . $system_architecture . '
-
' . lang('Systeminfo_System_AVG') . '
-
'. $load_average[0] .' '. $load_average[1] .' '. $load_average[2] .'
+
' . lang('Systeminfo_System_AVG') . '
+
'. $load_average[0] .' '. $load_average[1] .' '. $load_average[2] .'
';
From ded7af9fe3bbaa8dadda54eacaf9c64196a094be Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:47:51 +0200
Subject: [PATCH 21/28] Update systeminfo.php
Updated div class of the "Motherboard" section
---
front/systeminfo.php | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index deb24f8d..ca8528ac 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -224,28 +224,28 @@ echo '
-
' . lang('Systeminfo_Motherboard_Name') . '
-
' . $motherboard_name . '
+
' . lang('Systeminfo_Motherboard_Name') . '
+
' . $motherboard_name . '
-
' . lang('Systeminfo_Motherboard_Manufactured') . '
-
' . $motherboard_manufactured . '
+
' . lang('Systeminfo_Motherboard_Manufactured') . '
+
' . $motherboard_manufactured . '
-
' . lang('Systeminfo_Motherboard_Revision') . '
-
' . $motherboard_revision. '
+
' . lang('Systeminfo_Motherboard_Revision') . '
+
' . $motherboard_revision. '
-
' . lang('Systeminfo_Motherboard_BIOS') . '
-
' . $motherboard_bios . '
+
' . lang('Systeminfo_Motherboard_BIOS') . '
+
' . $motherboard_bios . '
-
' . lang('Systeminfo_Motherboard_BIOS_Date') . '
-
' . $motherboard_biosdate . '
+
' . lang('Systeminfo_Motherboard_BIOS_Date') . '
+
' . $motherboard_biosdate . '
-
' . lang('Systeminfo_Motherboard_BIOS_Vendor') . '
-
' . $motherboard_biosvendor . '
+
' . lang('Systeminfo_Motherboard_BIOS_Vendor') . '
+
' . $motherboard_biosvendor . '
';
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 22/28] 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'];
From 420ee4ac652c4b5032b3eb45801a32331e931a46 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:50:23 +0200
Subject: [PATCH 23/28] Update systeminfo.php
Updated div class of the "CPU" section
---
front/systeminfo.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index a841b9cb..3b285b9d 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -291,8 +291,8 @@ echo '
// Print the CPU temperature
echo '
-
CPU Temp ' . $a . ':
-
' . $cpu_tempxx . ' °C
+
CPU Temp ' . $a . ':
+
' . $cpu_tempxx . ' °C
';
}
echo '
From 06873f50542b5f111f2d24747638f156fceebe62 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:51:12 +0200
Subject: [PATCH 24/28] Update systeminfo.php
Updated div class of the "Memory" section
---
front/systeminfo.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index 3b285b9d..c1627a68 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -306,16 +306,16 @@ echo '
-
' . lang('Systeminfo_Memory_Usage_Percent') . '
-
' . $memory_usage_percent . ' %
+
' . lang('Systeminfo_Memory_Usage_Percent') . '
+
' . $memory_usage_percent . ' %
-
' . lang('Systeminfo_Memory_Usage') . '
-
' . $mem_used . ' MB / ' . $total_memorymb . ' MB
+
' . lang('Systeminfo_Memory_Usage') . '
+
' . $mem_used . ' MB / ' . $total_memorymb . ' MB
-
' . lang('Systeminfo_Memory_Total_Memory') . '
-
' . $total_memorymb . ' MB (' . $total_memorykb . ' KB)
+
' . lang('Systeminfo_Memory_Total_Memory') . '
+
' . $total_memorymb . ' MB (' . $total_memorykb . ' KB)
';
From fc569b50d4997d67cb30b8882264abf1847861fe Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:52:30 +0200
Subject: [PATCH 25/28] Update systeminfo.php
Updated div class of the "Storage" section
---
front/systeminfo.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index c1627a68..b49c9e8c 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -344,13 +344,13 @@ for ($x = 0; $x < sizeof($storage_lsblk_line); $x++) {
//if (stristr($hdd_devices[$x], '/dev/')) {
echo '
';
if (preg_match('~[0-9]+~', $storage_lsblk_line[$x][0])) {
- echo '
"' . lang('Systeminfo_Storage_Mount') . ' ' . $storage_lsblk_line[$x][3] . '"
';
+ echo '
"' . lang('Systeminfo_Storage_Mount') . ' ' . $storage_lsblk_line[$x][3] . '"
';
} else {
- echo '
"' . str_replace('_', ' ', $storage_lsblk_line[$x][3]) . '"
';
+ echo '
"' . str_replace('_', ' ', $storage_lsblk_line[$x][3]) . '"
';
}
- echo '
' . lang('Systeminfo_Storage_Device') . ' /dev/' . $storage_lsblk_line[$x][0] . '
';
- echo '
' . lang('Systeminfo_Storage_Size') . ' ' . $storage_lsblk_line[$x][1] . '
';
- echo '
' . lang('Systeminfo_Storage_Type') . ' ' . $storage_lsblk_line[$x][2] . '
';
+ echo '
' . lang('Systeminfo_Storage_Device') . ' /dev/' . $storage_lsblk_line[$x][0] . '
';
+ echo '
' . lang('Systeminfo_Storage_Size') . ' ' . $storage_lsblk_line[$x][1] . '
';
+ echo '
' . lang('Systeminfo_Storage_Type') . ' ' . $storage_lsblk_line[$x][2] . '
';
echo '
';
//}
}
From 9c2ebd53d7a9e2a402a484daa00e9a65fcb70f2d Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:53:37 +0200
Subject: [PATCH 26/28] Update systeminfo.php
Updated div class of the "Storage usage" section
---
front/systeminfo.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index b49c9e8c..20a4fab7 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -369,10 +369,10 @@ for ($x = 0; $x < sizeof($hdd_devices); $x++) {
if ($hdd_devices_used[$x] == 0) {$temp_used = 0;} else { $temp_used = number_format(round(($hdd_devices_used[$x] / 1024 / 1024), 2), 2, ',', '.'); $temp_used = trim($temp_total);}
if ($hdd_devices_free[$x] == 0) {$temp_free = 0;} else { $temp_free = number_format(round(($hdd_devices_free[$x] / 1024 / 1024), 2), 2, ',', '.'); $temp_free = trim($temp_total);}
echo '
';
- echo '
"' . lang('Systeminfo_Storage_Usage_Mount') . ' ' . $hdd_devices_mount[$x] . '"
';
- echo '
' . lang('Systeminfo_Storage_Usage_Total') . ' ' . $temp_total . ' GB
';
- echo '
' . lang('Systeminfo_Storage_Usage_Used') . ' ' . $temp_used . ' GB (' . number_format($hdd_devices_percent[$x], 1, ',', '.') . '%)
';
- echo '
' . lang('Systeminfo_Storage_Usage_Free') . ' ' . $temp_free . ' GB
';
+ echo '
"' . lang('Systeminfo_Storage_Usage_Mount') . ' ' . $hdd_devices_mount[$x] . '"
';
+ echo '
' . lang('Systeminfo_Storage_Usage_Total') . ' ' . $temp_total . ' GB
';
+ echo '
' . lang('Systeminfo_Storage_Usage_Used') . ' ' . $temp_used . ' GB (' . number_format($hdd_devices_percent[$x], 1, ',', '.') . '%)
';
+ echo '
' . lang('Systeminfo_Storage_Usage_Free') . ' ' . $temp_free . ' GB
';
echo '
';
}
}
From 34d3ea9ef03eb59565d7348dac3ffe8003e10f72 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Mon, 14 Aug 2023 18:55:37 +0200
Subject: [PATCH 27/28] Update systeminfo.php
Updated div class of the "Network" section
---
front/systeminfo.php | 60 ++++++++++++++++++++++----------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/front/systeminfo.php b/front/systeminfo.php
index 20a4fab7..653ee5b4 100644
--- a/front/systeminfo.php
+++ b/front/systeminfo.php
@@ -387,68 +387,68 @@ echo '
-
' . lang('Systeminfo_Network_IP') . '
-
' . shell_exec("curl https://ifconfig.co") . '
+
' . lang('Systeminfo_Network_IP') . '
+
' . shell_exec("curl https://ifconfig.co") . '
-
' . lang('Systeminfo_Network_IP_Connection') . '
-
' . $_SERVER['REMOTE_ADDR'] . '
+
' . lang('Systeminfo_Network_IP_Connection') . '
+
' . $_SERVER['REMOTE_ADDR'] . '
-
' . lang('Systeminfo_Network_IP_Server') . '
-
' . $_SERVER['SERVER_ADDR'] . '
+
' . lang('Systeminfo_Network_IP_Server') . '
+
' . $_SERVER['SERVER_ADDR'] . '
-
' . lang('Systeminfo_Network_Server_Name') . '
-
' . $network_NAME . '
+
' . lang('Systeminfo_Network_Server_Name') . '
+
' . $network_NAME . '
-
' . lang('Systeminfo_Network_Connection_Port') . '
-
' . $_SERVER['REMOTE_PORT'] . '
+
' . lang('Systeminfo_Network_Connection_Port') . '
+
' . $_SERVER['REMOTE_PORT'] . '
-
' . lang('Systeminfo_Network_Secure_Connection') . '
-
' . $network_HTTPS . '
+
' . lang('Systeminfo_Network_Secure_Connection') . '
+
' . $network_HTTPS . '
-
' . lang('Systeminfo_Network_Server_Version') . '
-
' . $_SERVER['SERVER_SOFTWARE'] . '
+
' . lang('Systeminfo_Network_Server_Version') . '
+
' . $_SERVER['SERVER_SOFTWARE'] . '
' . lang('Systeminfo_Network_Request_URI') . '
' . $_SERVER['REQUEST_URI'] . '
-
' . lang('Systeminfo_Network_Server_Query') . '
-
' . $network_QueryString . '
+
' . lang('Systeminfo_Network_Server_Query') . '
+
' . $network_QueryString . '
-
' . lang('Systeminfo_Network_HTTP_Host') . '
-
' . $_SERVER['HTTP_HOST'] . '
+
' . lang('Systeminfo_Network_HTTP_Host') . '
+
' . $_SERVER['HTTP_HOST'] . '
-
' . lang('Systeminfo_Network_HTTP_Referer') . '
-
' . $network_referer . '
+
' . lang('Systeminfo_Network_HTTP_Referer') . '
+
' . $network_referer . '
-
' . lang('Systeminfo_Network_MIME') . '
-
' . $_SERVER['HTTP_ACCEPT'] . '
+
' . lang('Systeminfo_Network_MIME') . '
+
' . $_SERVER['HTTP_ACCEPT'] . '
-
' . lang('Systeminfo_Network_Accept_Language') . '
-
' . $_SERVER['HTTP_ACCEPT_LANGUAGE'] . '
+
' . lang('Systeminfo_Network_Accept_Language') . '
+
' . $_SERVER['HTTP_ACCEPT_LANGUAGE'] . '
-
' . lang('Systeminfo_Network_Accept_Encoding') . '
-
' . $_SERVER['HTTP_ACCEPT_ENCODING'] . '
+
' . lang('Systeminfo_Network_Accept_Encoding') . '
+
' . $_SERVER['HTTP_ACCEPT_ENCODING'] . '
-
' . lang('Systeminfo_Network_Request_Method') . '
-
' . $_SERVER['REQUEST_METHOD'] . '
+
' . lang('Systeminfo_Network_Request_Method') . '
+
' . $_SERVER['REQUEST_METHOD'] . '
-
' . lang('Systeminfo_Network_Request_Time') . '
-
' . $_SERVER['REQUEST_TIME'] . '
+
' . lang('Systeminfo_Network_Request_Time') . '
+
' . $_SERVER['REQUEST_TIME'] . '
';
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 28/28] 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 '