Added: Support for "@" and "*" records for enabled/disable dns and ip mode
switch. Only when only one site exists. Fixed: Smartermail domain retrieval to handle records with same domain name Fixed: Added not-domain dependendent services globaldnssupport upon space or domain creation
This commit is contained in:
parent
f067884ec4
commit
aafb82015b
14 changed files with 839 additions and 313 deletions
|
@ -518,6 +518,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return ServerController.GetDomains(packageId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public List<DomainInfo> GetDomainsByDomainId(int domainId)
|
||||
{
|
||||
return ServerController.GetDomainsByDomainItemId(domainId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public List<DomainInfo> GetMyDomains(int packageId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue