Fixed the class name of DNS2012 provider (installation issue)

This commit is contained in:
Konstantin 2013-12-17 19:39:22 +01:00
parent 605da4946f
commit 22591adfb2

View file

@ -37,9 +37,8 @@ using WebsitePanel.Providers.Utils;
namespace WebsitePanel.Providers.DNS namespace WebsitePanel.Providers.DNS
{ {
public class MsDNS: HostingServiceProviderBase, IDnsServer public class MsDNS2012: HostingServiceProviderBase, IDnsServer
{ {
protected int ExpireLimit protected int ExpireLimit
{ {
get { return ProviderSettings.GetInt( "ExpireLimit" ); } get { return ProviderSettings.GetInt( "ExpireLimit" ); }
@ -69,7 +68,7 @@ namespace WebsitePanel.Providers.DNS
private WmiHelper wmi = null; //< We still need WMI because PowerShell doesn't support SOA updates. private WmiHelper wmi = null; //< We still need WMI because PowerShell doesn't support SOA updates.
private bool bulkRecords; private bool bulkRecords;
public MsDNS() public MsDNS2012()
{ {
// Create PowerShell helper // Create PowerShell helper
ps = new PowerShellHelper(); ps = new PowerShellHelper();