diff options
Diffstat (limited to 'cgi_main.c')
-rw-r--r-- | cgi_main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cgi_main.c b/cgi_main.c index 6056d4fd8d..4a165b80c5 100644 --- a/cgi_main.c +++ b/cgi_main.c @@ -143,7 +143,9 @@ static sapi_module_struct sapi_module = { sapi_cgi_send_header, /* send header handler */ sapi_cgi_read_post, /* read POST data */ - sapi_cgi_read_cookies /* read Cookies */ + sapi_cgi_read_cookies, /* read Cookies */ + + STANDARD_SAPI_MODULE_PROPERTIES }; |