mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Misc: Updates for PHP 8.1 (?: to ??)
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
$sip_profile_uuid = $_POST["sip_profile_uuid"];
|
||||
$sip_profile_name = $_POST["sip_profile_name"];
|
||||
$sip_profile_hostname = $_POST["sip_profile_hostname"];
|
||||
$sip_profile_enabled = $_POST["sip_profile_enabled"] ?: 'false';
|
||||
$sip_profile_enabled = $_POST["sip_profile_enabled"] ?? 'false';
|
||||
$sip_profile_description = $_POST["sip_profile_description"];
|
||||
$sip_profile_domains = $_POST["sip_profile_domains"];
|
||||
$sip_profile_settings = $_POST["sip_profile_settings"];
|
||||
|
||||
Reference in New Issue
Block a user