We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9403cf6 commit 27cc8edCopy full SHA for 27cc8ed
src/operators/pm.cc
@@ -22,6 +22,7 @@
22
#include "src/utils/acmp.h"
23
#include "src/utils/string.h"
24
25
+using namespace modsecurity::utils::string;
26
27
static inline std::string parse_pm_content(const std::string &op_parm) {
28
auto offset = op_parm.find_first_not_of(" \t");
0 commit comments