From 3948557da80ec4785a4616c9db0f49122c079a3f Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Tue, 8 Aug 2023 04:11:35 +0200 Subject: [PATCH] Update systeminfo.php Change of order of "General" section Change of order of "This Client" section --- front/systeminfo.php | 50 ++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/front/systeminfo.php b/front/systeminfo.php index 7a168695..13388e5f 100644 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -103,6 +103,31 @@ $hdd_devices_mount = explode("\n", trim($hdd_result)); $usb_result = shell_exec("lsusb"); $usb_devices_mount = explode("\n", trim($usb_result)); +// General ---------------------------------------------------------- +echo '
+
+

General

+
+
+
+
Full Date
+
' . $formatted_date . '
+
+
+
Date
+
' . $formatted_date2 . '
+
+
+
Date2
+
' . $formatted_date3 . '
+
+
+
Timezone
+
' . $timeZone . '
+
+
+
'; + // Client ---------------------------------------------------------- echo '
@@ -131,31 +156,6 @@ echo ''; -// General ---------------------------------------------------------- -echo '
-
-

General

-
-
-
-
Full Date
-
' . $formatted_date . '
-
-
-
Date
-
' . $formatted_date2 . '
-
-
-
Date2
-
' . $formatted_date3 . '
-
-
-
Timezone
-
' . $timeZone . '
-
-
-
'; - // System ---------------------------------------------------------- echo '