From b4bcb0912c5fe1c7f00c7ac76e5b67620781d3cc Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Thu, 20 Apr 2023 16:20:07 +0200 Subject: Updated 12 files and added 3 files (automated) --- pages/computers.inc | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) (limited to 'pages/computers.inc') diff --git a/pages/computers.inc b/pages/computers.inc index 7b25133..2e493fa 100644 --- a/pages/computers.inc +++ b/pages/computers.inc @@ -26,6 +26,7 @@ if (isset($parts[2]) && $parts[2] !== "control") { die(); } +$names = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/computers/names.json"), true); require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; $parts = array_values(array_filter($parts, function ($i) { @@ -62,7 +63,19 @@ if (str_ends_with($computer["os"], "unknown")) {

- + + Back

@@ -273,7 +286,7 @@ if (str_ends_with($computer["os"], "unknown")) { System: - + CPU architecture: @@ -871,16 +884,25 @@ if (str_ends_with($computer["os"], "unknown")) {

Click on a device to view information about it