Ajout de quelques changements pour acces libre

This commit is contained in:
nono
2025-06-18 11:57:34 +02:00
committed by n07070
parent 0601fe8190
commit aa6e11c537
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'