From fd1d14a3e7206b5dcd73e2aa28057956cc6ecdd3 Mon Sep 17 00:00:00 2001 From: logicog Date: Sun, 28 Dec 2025 21:13:57 +0100 Subject: [PATCH] Use main directory for includes in httpd --- httpd/httpd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/httpd/httpd.c b/httpd/httpd.c index 8e6b28c..d4afc29 100644 --- a/httpd/httpd.c +++ b/httpd/httpd.c @@ -11,7 +11,6 @@ // #define DEBUG #include "debug.h" - #define SESSION_ID_LENGTH 12 #define SESSION_TIMEOUT 200