diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 22:33:07 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 22:33:07 -0400 |
commit | 5ae8204dd33dbd4a773138eae2a8c93408b35476 (patch) | |
tree | 314df49934a27133780a876ca212c868526d5bf2 /config/varnish64/varnish_sync.xml | |
parent | f8ebaa2eaf33977e6bfdf00cf7cef39dab84676d (diff) | |
download | pfsense-packages-5ae8204dd33dbd4a773138eae2a8c93408b35476.tar.gz pfsense-packages-5ae8204dd33dbd4a773138eae2a8c93408b35476.tar.bz2 pfsense-packages-5ae8204dd33dbd4a773138eae2a8c93408b35476.zip |
Ensure rcd file exists
Diffstat (limited to 'config/varnish64/varnish_sync.xml')
-rw-r--r-- | config/varnish64/varnish_sync.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/varnish64/varnish_sync.xml b/config/varnish64/varnish_sync.xml index 1db739d4..4b8ff355 100644 --- a/config/varnish64/varnish_sync.xml +++ b/config/varnish64/varnish_sync.xml @@ -189,7 +189,7 @@ </field> </fields> <custom_php_resync_config_command> - varnish_sync_on_changes(); + varnish_sync_on_changes(); </custom_php_resync_config_command> <custom_php_command_before_form> unset($_POST['temp']); |