mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43: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" ```