mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Misc: Updates for PHP 8.1 (?: to ??)
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
$context = $_POST["context"];
|
||||
$profile = $_POST["profile"];
|
||||
$hostname = $_POST["hostname"];
|
||||
$enabled = $_POST["enabled"] ?: 'false';
|
||||
$enabled = $_POST["enabled"] ?? 'false';
|
||||
$description = $_POST["description"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user