mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 10:44:25 +03:00
Renames namespace Variables to variables
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
namespace modsecurity {
|
||||
|
||||
class Transaction;
|
||||
namespace Variables {
|
||||
namespace variables {
|
||||
|
||||
|
||||
DEFINE_VARIABLE(MultipartUnmatchedBoundary, MULTIPART_UNMATCHED_BOUNDARY,
|
||||
m_variableMultipartUnmatchedBoundary)
|
||||
|
||||
|
||||
} // namespace Variables
|
||||
} // namespace variables
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_VARIABLES_MULTIPART_UNMATCHED_BOUNDARY_H_
|
||||
|
||||
Reference in New Issue
Block a user