diff options
| author | jvoisin | 2018-01-10 14:56:33 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-10 14:56:33 +0100 |
| commit | ad6b3e723fe26bf1a3a573aed776960916d35499 (patch) | |
| tree | eec9e15028f4529d776489d273bf9699333aa987 /src/sp_config_keywords.h | |
| parent | b6e5bc4557cca3abbcfd179e7143ea54b9844e49 (diff) | |
Eval whitelist
Implement whitelist in eval
Diffstat (limited to 'src/sp_config_keywords.h')
| -rw-r--r-- | src/sp_config_keywords.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp_config_keywords.h b/src/sp_config_keywords.h index d7ea36a..4205dac 100644 --- a/src/sp_config_keywords.h +++ b/src/sp_config_keywords.h | |||
| @@ -12,6 +12,7 @@ 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 | int parse_eval_filter(char *line); | 15 | int parse_eval_blacklist(char *line); |
| 16 | int parse_eval_whitelist(char *line); | ||
| 16 | 17 | ||
| 17 | #endif // __SP_CONFIG_KEYWORDS_H | 18 | #endif // __SP_CONFIG_KEYWORDS_H |
