Update authentication.php

This commit is contained in:
FusionPBX 2023-05-12 17:03:02 -06:00 committed by GitHub
parent 3185ed5a92
commit d10e8bfdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ class authentication {
}
//remote port number from the domain name
$domain_array = explode(":", $domain_name);
$domain_array = explode(":", $this->domain_name);
if (count($domain_array) > 1) {
$domain_name = $domain_array[0];
}