mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
* Remove port from domain_name in authentication Update domain_name property after removing port. Before ``` ["domain_name"]=> string(10) "1.1.1.1:8080" ``` After ``` ["domain_name"]=> string(10) "1.1.1.1" ```