Event Guard [Service]: Updates for PHP 8.1
This commit is contained in:
parent
268dd25f6f
commit
1b35623c59
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?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
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
if (isset($_GET['hostname'])) {
|
if (isset($_GET['hostname'])) {
|
||||||
$hostname = urldecode($_GET['hostname']);
|
$hostname = urldecode($_GET['hostname']);
|
||||||
}
|
}
|
||||||
|
$debug = false;
|
||||||
if (isset($_GET['debug'])) {
|
if (isset($_GET['debug'])) {
|
||||||
if (is_numeric($_GET['debug'])) {
|
if (is_numeric($_GET['debug'])) {
|
||||||
$debug_level = $_GET['debug'];
|
$debug_level = $_GET['debug'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue