When creating an instant alias on a domain, all websites get updated with an
pointer based on instant alias and site name
This commit is contained in:
parent
3047279632
commit
555fb75d5d
6 changed files with 26 additions and 23 deletions
|
@ -67,14 +67,6 @@ namespace WebsitePanel.Portal
|
|||
|
||||
private void BindIgnoreZoneTemplate()
|
||||
{
|
||||
/*
|
||||
PackageContext cntx = PackagesHelper.GetCachedPackageContext(PanelSecurity.PackageId);
|
||||
if (cntx.Quotas[Quotas.WEB_SITES].QuotaUsedValue > 0)
|
||||
chkIgnoreGlobalDNSRecords.Visible = chkIgnoreGlobalDNSRecords.Checked = lblIgnoreGlobalDNSRecords.Visible = true;
|
||||
else
|
||||
chkIgnoreGlobalDNSRecords.Visible = chkIgnoreGlobalDNSRecords.Checked = lblIgnoreGlobalDNSRecords.Visible= false;
|
||||
*/
|
||||
|
||||
chkIgnoreGlobalDNSRecords.Checked = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue