Updated common values

This commit is contained in:
2021-11-08 18:33:42 +01:00
committed by GitHub
parent d6d8c778eb
commit 3a4bbc248e

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;