Ajout de quelques changements pour acces libre

This commit is contained in:
nono
2025-06-18 11:57:34 +02:00
parent 3dc6a41724
commit 2cc0b40b90
4 changed files with 9 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ function print_picture(data){
let time = currentDate.getHours() + ":" + currentDate.getMinutes() + ":" + currentDate.getSeconds();
formData.set("img", picture, "picture.png");
formData.set("signature", "Printed via the webcam @ " + time)
formData.set("signature", " Accès Libre ~ 1 An ~ Fête de la Musique Libre @ " + time)
fetch(url, {
method: 'POST', // or 'PUT'