From 1b35623c5987b5e68a0438993a4f04df0cf61696 Mon Sep 17 00:00:00 2001 From: fusionate Date: Sat, 27 May 2023 18:22:10 +0000 Subject: [PATCH] Event Guard [Service]: Updates for PHP 8.1 --- app/event_guard/resources/service/event_guard.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/event_guard/resources/service/event_guard.php b/app/event_guard/resources/service/event_guard.php index 832c7f3247..1eb4f06e82 100644 --- a/app/event_guard/resources/service/event_guard.php +++ b/app/event_guard/resources/service/event_guard.php @@ -1,6 +1,6 @@ + Copyright (C) 2022-2023 Mark J Crane Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -51,6 +51,7 @@ if (isset($_GET['hostname'])) { $hostname = urldecode($_GET['hostname']); } + $debug = false; if (isset($_GET['debug'])) { if (is_numeric($_GET['debug'])) { $debug_level = $_GET['debug'];