mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix Lua support. Enable logging from Lua scripts (using m.log()).
This commit is contained in:
@@ -36,7 +36,7 @@ struct msc_script_part {
|
||||
|
||||
char DSOLOCAL *lua_compile(msc_script **script, const char *filename, apr_pool_t *pool);
|
||||
|
||||
int DSOLOCAL lua_restore(lua_State *L, msc_script *script);
|
||||
int DSOLOCAL lua_execute(msre_rule *rule, modsec_rec *msr, char **error_msg);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user