Active Conferences: Updates for PHP 8.1

This commit is contained in:
fusionate
2023-05-25 21:08:30 +00:00
parent fd0118206d
commit 035ba1b86b
3 changed files with 22 additions and 20 deletions

View File

@@ -27,7 +27,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2022
Portions created by the Initial Developer are Copyright (C) 2008-2023
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -57,10 +57,10 @@
if (count($_GET) > 0) {
$cmd = trim($_GET["cmd"]);
$name = trim($_GET["name"]);
$uuid = trim($_GET["uuid"]);
$uuid = trim($_GET["uuid"] ?? '');
$data = trim($_GET["data"]);
$id = trim($_GET["id"]);
$direction = trim($_GET["direction"]);
$id = trim($_GET["id"] ?? '');
$direction = trim($_GET["direction"] ?? '');
}
//authorized commands