mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Parser: Fix redirect action and adds SecRule first line-only comment syle
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "modsecurity/modsecurity.h"
|
||||
#include "modsecurity/rule.h"
|
||||
#include "src/config.h"
|
||||
#include "src/unique_id.h"
|
||||
|
||||
#ifdef MSC_WITH_CURL
|
||||
#include <curl/curl.h>
|
||||
#endif
|
||||
@@ -209,4 +209,5 @@ extern "C" ModSecurity *msc_init() {
|
||||
return modsec;
|
||||
}
|
||||
|
||||
|
||||
} // namespace ModSecurity
|
||||
|
Reference in New Issue
Block a user