From 72625a495e1c6ba10da830bcf5cdf212ae919b30 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Thu, 2 Sep 2021 02:17:34 +0200
Subject: [PATCH] Add formid

---
 SOURCES/index.bin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SOURCES/index.bin.c b/SOURCES/index.bin.c
index f0275a4..cf44c6c 100644
--- a/SOURCES/index.bin.c
+++ b/SOURCES/index.bin.c
@@ -79,7 +79,7 @@
 #define IHTTPDLOG "/run/ihttpd/log/child.ihttpd.log"
 
 //Define form uri
-#define FORMID ""
+#define FORMID "5903c738"
 #define FORMURI "/" FORMID ".html"
 
 //Create struct for http error status
-- 
2.41.1