Add automatic cookie replacement in case current one expires

This commit is contained in:
whatever127
2020-05-07 19:42:14 +02:00
parent bab985e595
commit ecb1986646
2 changed files with 18 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
/*
Copyright 2019 whatever127
Copyright 2020 whatever127
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.28.1';
return '1.29.0';
}
require_once dirname(__FILE__).'/auths.php';