Windows Server 2012 (new project), IIS 8.0 and MS FTP 8.0 (existing IIS 7.0 provider with IsInstalled() tweaks).
Updates to update_db.sql script. Thanks Grzegorz for kicking off IIS 8 support.
This commit is contained in:
parent
8dfab50a75
commit
e93e97d9c9
10 changed files with 388 additions and 10 deletions
|
@ -3488,7 +3488,7 @@ namespace WebsitePanel.Providers.Web
|
|||
rk.Close();
|
||||
}
|
||||
|
||||
return value == 7;
|
||||
return value == 7 || value == 8;
|
||||
}
|
||||
|
||||
public override bool IsInstalled()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue