Checking in more work... good stuff

This commit is contained in:
2016-07-25 17:12:45 -04:00
parent 1db10e8115
commit 8f8541afb2
55 changed files with 405 additions and 1 deletions

View File

@@ -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