Added phone numbers in the hosted organization. part 2.
This commit is contained in:
parent
a735808a04
commit
ce04966e91
22 changed files with 4642 additions and 4442 deletions
|
@ -117,7 +117,7 @@ namespace WebsitePanel.Portal.VPS
|
|||
if (PackagesHelper.IsQuotaEnabled(PanelSecurity.PackageId, Quotas.VPS_EXTERNAL_NETWORK_ENABLED))
|
||||
{
|
||||
// bind list
|
||||
PackageIPAddress[] ips = ES.Services.Servers.GetPackageUnassignedIPAddresses(PanelSecurity.PackageId, IPAddressPool.VpsExternalNetwork);
|
||||
PackageIPAddress[] ips = ES.Services.Servers.GetPackageUnassignedIPAddresses(PanelSecurity.PackageId, 0, IPAddressPool.VpsExternalNetwork);
|
||||
foreach (PackageIPAddress ip in ips)
|
||||
{
|
||||
string txt = ip.ExternalIP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue