diff options
author | jim-p <jimp@pfsense.org> | 2012-09-07 13:32:44 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-09-07 13:34:50 -0400 |
commit | 502bb0945280d409e33b3a3eaaa3ff1596705828 (patch) | |
tree | 020edb60465064f91032735bffdf73a162126d73 /config/autoconfigbackup/autoconfigbackup.xml | |
parent | 4c831fa13616e99b6356db302e0088b95d4cb341 (diff) | |
download | pfsense-packages-502bb0945280d409e33b3a3eaaa3ff1596705828.tar.gz pfsense-packages-502bb0945280d409e33b3a3eaaa3ff1596705828.tar.bz2 pfsense-packages-502bb0945280d409e33b3a3eaaa3ff1596705828.zip |
Set the user credentials in curl rather than forming a URI with the user:pass, as the latter has issues if the password contains certain symbols such as @.
Diffstat (limited to 'config/autoconfigbackup/autoconfigbackup.xml')
-rw-r--r-- | config/autoconfigbackup/autoconfigbackup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/autoconfigbackup/autoconfigbackup.xml b/config/autoconfigbackup/autoconfigbackup.xml index 406221bf..a7640f7e 100644 --- a/config/autoconfigbackup/autoconfigbackup.xml +++ b/config/autoconfigbackup/autoconfigbackup.xml @@ -37,7 +37,7 @@ <description>Automatically backs up your pfSense configuration. All contents are encrypted on the server. Requires pfSense Premium Support Portal Subscription from https://portal.pfsense.org</description> <requirements>pfSense Premium Support Portal</requirements> <name>AutoConfigBackup</name> - <version>1.0</version> + <version>1.20</version> <title>Diagnostics: Auto Configuration Backup</title> <savetext>Change</savetext> <include_file>/usr/local/pkg/autoconfigbackup.inc</include_file> |