Add option to skip retrieval of download links in get.php

This commit is contained in:
whatever127
2019-09-16 18:09:57 +02:00
parent 4ca7678737
commit 365ab64480
3 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?php
$webApiVersion = '0.1.1';
$webApiVersion = '0.2.0';
function sendResponse($apiResponse) {
global $webApiVersion;