mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Standalone: added Include command
IIS: added locking, response processing check, fixed file chunk reading bugs
This commit is contained in:
@@ -16,6 +16,10 @@ namespace configure
|
||||
{
|
||||
installDir = installDir.Substring(0, installDir.Length - 1);
|
||||
}
|
||||
if (installDir.StartsWith("\""))
|
||||
{
|
||||
installDir = installDir.Substring(1);
|
||||
}
|
||||
|
||||
Console.WriteLine("Copying 32-bit binaries...");
|
||||
string dstpath = Environment.ExpandEnvironmentVariables("%windir%\\SysWow64");
|
||||
|
Reference in New Issue
Block a user