mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
Update gateway_edit.php for PHP 8.1
This commit is contained in:
@@ -318,6 +318,7 @@
|
||||
unset($sql);
|
||||
|
||||
//set defaults
|
||||
if (empty($gateway_uuid)) { $gateway_uuid = ""; }
|
||||
if (empty($enabled)) { $enabled = "true"; }
|
||||
if (empty($register)) { $register = "true"; }
|
||||
if (empty($retry_seconds)) { $retry_seconds = "30"; }
|
||||
|
||||
Reference in New Issue
Block a user