Domain management optimized and simplified:
Creation of websites and pointers decoupled from Domains in order to choose freely the hostname of a website or pointer. Quota enforcement around domain pointers disabled, though registration is still in place
This commit is contained in:
parent
ba71e9b29c
commit
92133e2c20
31 changed files with 9005 additions and 10978 deletions
|
@ -553,11 +553,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
[WebMethod]
|
||||
public int AddDomainWithProvisioning(int packageId, string domainName, DomainType domainType,
|
||||
bool createWebSite, int pointWebSiteId, int pointMailDomainId,
|
||||
bool createDnsZone, bool createInstantAlias, bool allowSubDomains)
|
||||
bool createDnsZone, bool createInstantAlias, bool allowSubDomains, string hostName)
|
||||
{
|
||||
return ServerController.AddDomainWithProvisioning(packageId, domainName, domainType,
|
||||
createWebSite, pointWebSiteId, pointMailDomainId,
|
||||
createDnsZone, createInstantAlias, allowSubDomains);
|
||||
createDnsZone, createInstantAlias, allowSubDomains, hostName);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue