Added optional URL filtering code to the CFS web server contributed by Kajtar Zsolt (and activated it by default).

This commit is contained in:
oliverschmidt 2010-04-11 19:18:47 +00:00
parent 62e6882946
commit eae42d02d5
4 changed files with 188 additions and 2 deletions

View file

@ -12,7 +12,7 @@ APPS = webserver
ifeq ($(HTTPD-CFS),1)
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \
httpd-cfs.c
httpd-cfs.c urlconv.c
endif
CONTIKI = ../..