Fixed OptionalInstall updates being ignored, fixed #1

This commit is contained in:
whatever127
2019-05-24 18:25:57 +02:00
parent 655f375185
commit 6fcbb263a3
3 changed files with 95 additions and 12 deletions

View File

@ -16,9 +16,8 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.21.6';
return '1.21.7';
}
require_once dirname(__FILE__).'/auths.php';
require_once dirname(__FILE__).'/utils.php';
?>