1
0
forked from uup-dump/api

Add debugging information to responses, update internal packs

This commit is contained in:
whatever127 2019-07-28 20:15:47 +02:00
parent dbd8b5f9c9
commit 9c6f0352e8
11 changed files with 4 additions and 3 deletions

@ -358,7 +358,7 @@ function uupGetOnlineFiles($updateId, $rev, $info, $cacheRequests) {
$temp['url'] = $url;
$temp['uuid'] = $guid;
$temp['expire'] = $expire;
$temp['debug'] = $val->asXML();
$newName = uupCleanName($name);
$files[$newName] = $temp;
@ -386,6 +386,7 @@ function uupGetOfflineFiles($info) {
$temp['url'] = null;
$temp['uuid'] = null;
$temp['expire'] = 0;
$temp['debug'] = null;
$newName = uupCleanName($name);
$files[$newName] = $temp;

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.24.0';
return '1.25.0';
}
require_once dirname(__FILE__).'/auths.php';

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long