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'];