From 403dc490b457273a99ab272c9cee14972c07548c Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Tue, 9 Nov 2021 22:21:45 +0100 Subject: [PATCH] Added repo config url --- server/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/server/common.php b/server/common.php index 5a5046d..756866e 100644 --- a/server/common.php +++ b/server/common.php @@ -39,3 +39,4 @@ function base64url_decode($data, $strict = false) $GLOBALS["place"] = "Liceo Scientifico Statale \"L.Cocito\""; $GLOBALS["availability"] = false; $GLOBALS["imageISBNCache"] = 60*60*24*100; +$GLOBALS["repoUrl"] = "https://github.com/MatMasIt/BiblioMxWeb";