mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-03 13:04:37 +03:00
Update msc_release.h
This commit is contained in:
@@ -50,13 +50,13 @@
|
|||||||
|
|
||||||
/* Apache Module Defines */
|
/* Apache Module Defines */
|
||||||
#ifdef VERSION_IIS
|
#ifdef VERSION_IIS
|
||||||
#define MODSEC_MODULE_NAME "ModSecurity for IIS"
|
#define MODSEC_MODULE_NAME "ModSecurity for IIS (Beta)"
|
||||||
#else
|
#else
|
||||||
#ifdef VERSION_NGINX
|
#ifdef VERSION_NGINX
|
||||||
#define MODSEC_MODULE_NAME "ModSecurity for nginx"
|
#define MODSEC_MODULE_NAME "ModSecurity for nginx (Beta)"
|
||||||
#else
|
#else
|
||||||
#ifdef VERSION_STANDALONE
|
#ifdef VERSION_STANDALONE
|
||||||
#define MODSEC_MODULE_NAME "ModSecurity Standalone"
|
#define MODSEC_MODULE_NAME "ModSecurity Standalone (Beta)"
|
||||||
#else
|
#else
|
||||||
#define MODSEC_MODULE_NAME "ModSecurity for Apache"
|
#define MODSEC_MODULE_NAME "ModSecurity for Apache"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user