From 6679588e43b0f694421d48e4ddb071972a127dca Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 11 Jun 2023 16:47:34 +0200 Subject: Updated 11 files and added 2 files (automated) --- pages/api/computer.php | 2 + pages/api/computername.php | 2 + pages/computers.inc | 6 +- pages/evening.inc | 262 +++++++++++++++++++++++++++++++++++++++++++++ pages/fronting.inc | 3 +- 5 files changed, 273 insertions(+), 2 deletions(-) create mode 100644 pages/evening.inc (limited to 'pages') diff --git a/pages/api/computer.php b/pages/api/computer.php index 7dce4b6..2c75183 100644 --- a/pages/api/computer.php +++ b/pages/api/computer.php @@ -1,5 +1,7 @@ = 1688169600) die(); + if (isset($_GET["chrome"])) { header("Access-Control-Allow-Origin: chrome-extension://" . preg_replace("/[^a-z]/m", "", $_GET["chrome"])); header("Access-Control-Allow-Credentials: true"); diff --git a/pages/api/computername.php b/pages/api/computername.php index 1a719b0..477a8e6 100644 --- a/pages/api/computername.php +++ b/pages/api/computername.php @@ -1,5 +1,7 @@ = 1688169600) die(); + require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/session.inc"; global $isLoggedIn; global $_PROFILE; if (!$isLoggedIn) header("Location: /-/login") and die(); diff --git a/pages/computers.inc b/pages/computers.inc index 643fe87..55d8ec5 100644 --- a/pages/computers.inc +++ b/pages/computers.inc @@ -1,5 +1,9 @@ = 1688169600) { + peh_error("Page not found: computers", 404); +} + require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; global $pagename; global $_USER; global $_PROFILE; $computer = []; $parts = explode("/", $pagename); @@ -897,7 +901,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc';

Click on a device to view information about it

- Luna and the Cold Haze Devices software are deprecated. These applications are now deprecated and monitoring devices through Luna is not supported anymore. Basic support and servers will be shut down in August 2023. + Luna and the Cold Haze Devices software are deprecated. These applications are now deprecated and monitoring devices through Luna is not supported anymore. Basic support and servers will be shut down on July 1st.