From 9a40db34cd48b776023e3558a855458fa4f9d264 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 24 Sep 2021 11:02:21 +0200 Subject: webserver version 1.14: Bugfix: URL decode in static files --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f214b1..8db9403 100644 --- a/Makefile +++ b/Makefile @@ -165,6 +165,8 @@ DISTFILES= \ libcommon/stringutil.cpp \ libcommon/tempfile.h \ libcommon/tempfile.cpp \ + libcommon/url.h \ + libcommon/url.cpp \ plugins/cgi/cgi.h \ plugins/cgi/Makefile \ plugins/cgi/cgi.cpp \ -- cgit v1.2.3