From 3a4bbc248ee317440489911f9e504ba6af033899 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Mon, 8 Nov 2021 18:33:42 +0100 Subject: [PATCH] Updated common values --- server/common.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/common.php b/server/common.php index 35b625e..5a5046d 100644 --- a/server/common.php +++ b/server/common.php @@ -35,4 +35,7 @@ function base64url_decode($data, $strict = false) 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;