Do not use hard coded expiration date for cookie

This commit is contained in:
mkuba50
2018-12-13 23:18:34 +01:00
parent 7a9f22cc40
commit cd656f0877
2 changed files with 4 additions and 2 deletions

View File

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