Updated common values

This commit is contained in:
Mattia Mascarello 2021-11-08 18:33:42 +01:00 committed by GitHub
parent d6d8c778eb
commit 3a4bbc248e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,4 +35,7 @@ function base64url_decode($data, $strict = false)
return base64_decode($b64, $strict); return base64_decode($b64, $strict);
} }
$GLOBALS["place"]="Biblioteca xyz";
$GLOBALS["place"] = "Liceo Scientifico Statale \"L.Cocito\"";
$GLOBALS["availability"] = false;
$GLOBALS["imageISBNCache"] = 60*60*24*100;