From 533d8dee9d7d0dad8443c6393886dc984b9d3c70 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Jun 2008 00:06:36 +0000 Subject: add cookie support --- libs/sgi-webuci/src/luci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/sgi-webuci/src') diff --git a/libs/sgi-webuci/src/luci.c b/libs/sgi-webuci/src/luci.c index 24d4324a9c..44a44af149 100644 --- a/libs/sgi-webuci/src/luci.c +++ b/libs/sgi-webuci/src/luci.c @@ -160,6 +160,7 @@ static int luci_handle_req(struct httpd_plugin *p, struct http_context *ctx) /* convert http_context data structure to lua table */ #define PUSH(x) pushvar(#x, ctx->x) + PUSH(cookie); PUSH(request_method); PUSH(server_addr); PUSH(server_proto); -- cgit v1.2.3