Skip to content

Commit

Permalink
Updated copy
Browse files Browse the repository at this point in the history
  • Loading branch information
MacdonaldRobinson committed Oct 6, 2020
1 parent 4f23bdf commit 0a819b1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApplication/BasePage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ public bool ValidatePath(string relPathToFile)

if (absPathToFile.Contains(".."))
{
DisplayErrorMessage($@"You cannot user '..'");
DisplayErrorMessage($@"You cannot use '..'");
return false;
}
else if (!absPathToFile.Contains(fileManagerConfig.strDocRoot))
Expand Down
Binary file modified WebApplication/bin/FrameworkLibrary.dll
Binary file not shown.
Binary file modified WebApplication/bin/FrameworkLibrary.pdb
Binary file not shown.
Binary file modified WebApplication/bin/TinyFileManager.dll
Binary file not shown.
Binary file modified WebApplication/bin/TinyFileManager.pdb
Binary file not shown.
Binary file modified WebApplication/bin/WebApplication.dll
Binary file not shown.
Binary file modified WebApplication/bin/WebApplication.pdb
Binary file not shown.

0 comments on commit 0a819b1

Please sign in to comment.