summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-31 17:46:11 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-12-31 17:46:11 +0100
commit98a231f91d7731d4f13ea9e4c4f568e42349faa2 (patch)
tree9f7c9669acf8db742914703a212ba8e611087358 /uhttpd.h
parentc426f3dee96c2a4468ff54c881fa15fa651d275a (diff)
downloaduhttpd2-98a231f91d7731d4f13ea9e4c4f568e42349faa2.tar.gz
add default cgi prefix
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uhttpd.h b/uhttpd.h
index 1e487f8..c900e90 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -41,6 +41,7 @@ struct config {
char *realm;
char *file;
char *error_handler;
+ char *cgi_prefix;
int no_symlinks;
int no_dirlists;
int network_timeout;