diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-10 22:37:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-10 22:37:51 +0000 |
commit | 807d3776a2ac0b5b7c225997368e979a926800b6 (patch) | |
tree | bef68de46e014e99f5a497d57060b445b8f02dbf /packages/carp_settings.xml | |
parent | 04566d89960da0ba18840c57a18caf81e0ac6079 (diff) | |
download | pfsense-packages-807d3776a2ac0b5b7c225997368e979a926800b6.tar.gz pfsense-packages-807d3776a2ac0b5b7c225997368e979a926800b6.tar.bz2 pfsense-packages-807d3776a2ac0b5b7c225997368e979a926800b6.zip |
remove pure- from the start of the settings xml entry
Diffstat (limited to 'packages/carp_settings.xml')
-rw-r--r-- | packages/carp_settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_settings.xml b/packages/carp_settings.xml index c83a22dd..18954281 100644 --- a/packages/carp_settings.xml +++ b/packages/carp_settings.xml @@ -6,7 +6,7 @@ <!-- configpath gets expanded out automatically and config items will be stored in that location --> <configpath>['installedpackages']['carpsettings']['config']</configpath> - <aftersaveredirect>pkg_edit.php?xml=pure-carp_settings.xml&id=0</aftersaveredirect> + <aftersaveredirect>pkg_edit.php?xml=carp_settings.xml&id=0</aftersaveredirect> <!-- Menu is where this packages menu will appear --> <menu> <name>CARP (failover)</name> |