mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Looks for external resources in the same path of the rule
This commit is contained in:
@@ -31,7 +31,7 @@ class PmFromFile : public Pm {
|
||||
PmFromFile(std::string op, std::string param, bool negation)
|
||||
: Pm(op, param, negation) { }
|
||||
|
||||
bool init(const char **error) override;
|
||||
bool init(const std::string &file, const char **error) override;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user