Event Guard [Service]: Updates for PHP 8.1

This commit is contained in:
fusionate 2023-05-27 18:22:10 +00:00
parent 268dd25f6f
commit 1b35623c59
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
/*
Copyright (C) 2022 Mark J Crane <markjcrane@fusionpbx.com>
Copyright (C) 2022-2023 Mark J Crane <markjcrane@fusionpbx.com>
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'];