Fixed IIS 8 and FTP 8 providers

This commit is contained in:
feodor_fitsner 2012-09-13 20:32:43 -07:00
parent ef17d72515
commit 38b8a70a51
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,10 @@ namespace WebsitePanel.Providers.Web
{
public class IIs80 : IIs70, IWebServer
{
public IIs80() : base()
{
}
public new bool IsIISInstalled()
{
int value = 0;