Update authentication.php
This commit is contained in:
@@ -420,7 +420,7 @@ class authentication {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//remote port number from the domain name
|
//remote port number from the domain name
|
||||||
$domain_array = explode(":", $domain_name);
|
$domain_array = explode(":", $this->domain_name);
|
||||||
if (count($domain_array) > 1) {
|
if (count($domain_array) > 1) {
|
||||||
$domain_name = $domain_array[0];
|
$domain_name = $domain_array[0];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user