From: Michael Orlitzky Date: Sun, 1 Jan 2017 22:42:59 +0000 (-0500) Subject: Remove a querystring parameter to fix v12.2 backups. X-Git-Tag: 0.0.6~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=b5f616878bac3673de90e9c47bf8dedbae790dfd;hp=b5f616878bac3673de90e9c47bf8dedbae790dfd;p=untangle-https-backup.git Remove a querystring parameter to fix v12.2 backups. In the v10 backup routine, we were passing "type=backup" as part of the querystring in addition to POSTing it. This was causing a problem with one v12.2 host, and that's why I'm just going to blame v12.2 for the problem. It looks like the querystring parameter is not needed for any of the other versions/hosts that I've tested against. ---