Changeset 314 in Main for trunk/Module/mod_proxy.c


Ignore:
Timestamp:
Oct 14, 2024, 4:37:04 PM (5 weeks ago)
Author:
Nishi
Message:

module works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/mod_proxy.c

    r313 r314  
    66
    77int MODULE_DECL mod_init(struct tw_config* config, struct tw_tool* tools) {
    8         tools->log("CGI", "Initializing Proxy module");
     8        tools->log("Proxy", "Initializing Proxy module");
    99        tools->add_version("Proxy/1.0");
    1010        return 0;
Note: See TracChangeset for help on using the changeset viewer.