Added separate providers for IIS 8 and FTP 8
This commit is contained in:
parent
d72e715ee6
commit
d826a96f6d
12 changed files with 271 additions and 16 deletions
|
@ -966,7 +966,7 @@ namespace WebsitePanel.Providers.FTP
|
|||
}
|
||||
|
||||
RegistryKey ftp = root.OpenSubKey("SYSTEM\\CurrentControlSet\\Services\\ftpsvc");
|
||||
bool res = (value == 7 || value == 8) && ftp != null;
|
||||
bool res = (value == 7) && ftp != null;
|
||||
if (ftp != null)
|
||||
ftp.Close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue