merge commit
This commit is contained in:
commit
8edcd5aeb8
6 changed files with 20 additions and 3 deletions
|
@ -90,6 +90,11 @@ namespace WebsitePanel.Portal.ProviderControls
|
|||
|
||||
private int FindAddressByText(string address)
|
||||
{
|
||||
if (string.IsNullOrEmpty(address))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
foreach (IPAddressInfo addressInfo in ES.Services.Servers.GetIPAddresses(IPAddressPool.General, PanelRequest.ServerId))
|
||||
{
|
||||
if (addressInfo.InternalIP == address || addressInfo.ExternalIP == address)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue