diff options
author | jim-p <jimp@pfsense.org> | 2010-11-26 11:30:55 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-11-26 11:30:55 -0500 |
commit | e4cad7c450d1300a3f35eacdbef72f62cea5447a (patch) | |
tree | 53ee9faeeae01b293ec00cb2c2414ad7b890bebb /config/siproxd.xml | |
parent | 7af1159c01ef441f1a451df51ba23efdab64a623 (diff) | |
download | pfsense-packages-e4cad7c450d1300a3f35eacdbef72f62cea5447a.tar.gz pfsense-packages-e4cad7c450d1300a3f35eacdbef72f62cea5447a.tar.bz2 pfsense-packages-e4cad7c450d1300a3f35eacdbef72f62cea5447a.zip |
Add input validation to siproxd
Diffstat (limited to 'config/siproxd.xml')
-rw-r--r-- | config/siproxd.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/siproxd.xml b/config/siproxd.xml index 7feb4d0f..cabb5341 100644 --- a/config/siproxd.xml +++ b/config/siproxd.xml @@ -172,4 +172,7 @@ sync_package_siproxd(); </custom_php_resync_config_command> <filter_rules_needed>siproxd_generate_rules</filter_rules_needed> + <custom_php_validation_command> + validate_form_siproxd($_POST, &$input_errors); + </custom_php_validation_command> </packagegui> |