Subversion Repositories Tewi

Rev

Rev 41 | Rev 313 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 41 Rev 215
Line 1... Line 1...
1
/* $Id: mod_cgi.c 41 2024-09-18 08:18:41Z nishi $ */
1
/* $Id: mod_cgi.c 215 2024-10-02 19:24:43Z nishi $ */
2
 
2
 
3
#include "../Server/tw_module.h"
3
#include <tw_module.h>
4
 
4
 
5
#include <cm_string.h>
5
#include <cm_string.h>
6
 
6
 
7
int mod_init(struct tw_config* config, struct tw_tool* tools) {
7
int mod_init(struct tw_config* config, struct tw_tool* tools) {
8
	tools->log("CGI", "Initializing CGI module");
8
	tools->log("CGI", "Initializing CGI module");