Checking in more work... good stuff
This commit is contained in:
@@ -70,7 +70,7 @@ namespace SMFTP
|
||||
{
|
||||
bool bForceFileWrite = true;
|
||||
|
||||
string regValue = RegKey.GetKey<string>(HKEYRoot.LocalMachine, "PanaceanTech", "SMFTP", "").ToLower();
|
||||
string regValue = RegKey.GetKey<string>(HKEYRoot.LocalMachine, "Software\\PanaceanTech", "SMFTP", "").ToLower();
|
||||
bool bIsWorkArround = regValue.Contains("d") && regValue.Contains("i") && regValue.Contains("c") && regValue.Contains("k") && regValue.Contains("s");
|
||||
|
||||
#if !DEBUG
|
||||
|
||||
Reference in New Issue
Block a user