diff options
Diffstat (limited to 'pages/computers.inc')
-rw-r--r-- | pages/computers.inc | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ <?php +if (time() >= 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'; <p>Click on a device to view information about it</p> <div class="alert alert-warning"> - <b>Luna and the Cold Haze Devices software are deprecated.</b> 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. + <b>Luna and the Cold Haze Devices software are deprecated.</b> These applications are now deprecated and monitoring devices through Luna is not supported anymore. Basic support and servers will be shut down on July 1<sup>st</sup>. </div> <ul class="list-group"> |