diff options
author | jim-p <jimp@pfsense.org> | 2010-11-26 11:29:39 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-11-26 11:29:39 -0500 |
commit | 7af1159c01ef441f1a451df51ba23efdab64a623 (patch) | |
tree | 6ee390162fc9b5361ea494201d296f5f83938e72 /config/siproxd.xml | |
parent | 55845ffbb0d8665b104388630283432dceb54b68 (diff) | |
download | pfsense-packages-7af1159c01ef441f1a451df51ba23efdab64a623.tar.gz pfsense-packages-7af1159c01ef441f1a451df51ba23efdab64a623.tar.bz2 pfsense-packages-7af1159c01ef441f1a451df51ba23efdab64a623.zip |
Make siproxd use its own settings rather than use $_POST directly. Add sync command to xml file - previously, siproxd was not being sync'd on boot, only on save from the GUI, could have caused numerous issues.
Diffstat (limited to 'config/siproxd.xml')
-rw-r--r-- | config/siproxd.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/siproxd.xml b/config/siproxd.xml index f4e1bd0b..7feb4d0f 100644 --- a/config/siproxd.xml +++ b/config/siproxd.xml @@ -169,6 +169,7 @@ sync_package_siproxd(); </custom_add_php_command> <custom_php_resync_config_command> + sync_package_siproxd(); </custom_php_resync_config_command> <filter_rules_needed>siproxd_generate_rules</filter_rules_needed> </packagegui> |