diff options
Diffstat (limited to 'src/sp_config_keywords.h')
| -rw-r--r-- | src/sp_config_keywords.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp_config_keywords.h b/src/sp_config_keywords.h index fdea1c5..8286997 100644 --- a/src/sp_config_keywords.h +++ b/src/sp_config_keywords.h | |||
| @@ -6,11 +6,11 @@ int parse_random(char *line); | |||
| 6 | int parse_disable_xxe(char *line); | 6 | int parse_disable_xxe(char *line); |
| 7 | int parse_auto_cookie_secure(char *line); | 7 | int parse_auto_cookie_secure(char *line); |
| 8 | int parse_global_strict(char *line); | 8 | int parse_global_strict(char *line); |
| 9 | int parse_global(char *line) ; | 9 | int parse_global(char *line); |
| 10 | int parse_cookie(char *line); | 10 | int parse_cookie(char *line); |
| 11 | int parse_unserialize(char *line) ; | 11 | int parse_unserialize(char *line); |
| 12 | int parse_readonly_exec(char *line); | 12 | int parse_readonly_exec(char *line); |
| 13 | int parse_disabled_functions(char *line) ; | 13 | int parse_disabled_functions(char *line); |
| 14 | int parse_upload_validation(char *line); | 14 | int parse_upload_validation(char *line); |
| 15 | 15 | ||
| 16 | #endif // __SP_CONFIG_KEYWORDS_H | 16 | #endif // __SP_CONFIG_KEYWORDS_H |
