mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 02:40:35 +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(OutboundDataError, OUTBOUND_DATA_ERROR,
|
||||
m_variableOutboundDataError)
|
||||
|
||||
|
||||
} // namespace Variables
|
||||
} // namespace variables
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_VARIABLES_OUTBOUND_DATA_ERROR_H_
|
||||
|
||||
Reference in New Issue
Block a user