diff options
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index d5cd1dc..e51d6cc 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -105,8 +105,9 @@ typedef struct { | |||
| 105 | } sp_config_disabled_functions; | 105 | } sp_config_disabled_functions; |
| 106 | 106 | ||
| 107 | typedef struct { | 107 | typedef struct { |
| 108 | sp_node_t *regexp_inclusion; // list of regexp for inclusion | 108 | sp_node_t *construct_include; // list of rules for `(include|require)_(once)?` |
| 109 | } sp_config_regexp_inclusion; | 109 | sp_node_t *construct_echo; |
| 110 | } sp_config_disabled_constructs; | ||
| 110 | 111 | ||
| 111 | typedef struct { | 112 | typedef struct { |
| 112 | char *script; | 113 | char *script; |
| @@ -126,7 +127,7 @@ typedef struct { | |||
| 126 | sp_config_auto_cookie_secure *config_auto_cookie_secure; | 127 | sp_config_auto_cookie_secure *config_auto_cookie_secure; |
| 127 | sp_config_global_strict *config_global_strict; | 128 | sp_config_global_strict *config_global_strict; |
| 128 | sp_config_disable_xxe *config_disable_xxe; | 129 | sp_config_disable_xxe *config_disable_xxe; |
| 129 | sp_config_regexp_inclusion *config_regexp_inclusion; | 130 | sp_config_disabled_constructs *config_disabled_constructs; |
| 130 | } sp_config; | 131 | } sp_config; |
| 131 | 132 | ||
| 132 | typedef struct { | 133 | typedef struct { |
