mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Renames namespace Variables to variables
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#include "src/actions/xmlns.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace Variables {
|
||||
namespace variables {
|
||||
|
||||
#ifndef WITH_LIBXML2
|
||||
void XML::evaluate(Transaction *t,
|
||||
@@ -140,5 +140,5 @@ void XML::evaluate(Transaction *t,
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace Variables
|
||||
} // namespace variables
|
||||
} // namespace modsecurity
|
||||
|
Reference in New Issue
Block a user