Changeset 257 in Main for trunk/Tool/genconf.c


Ignore:
Timestamp:
Oct 4, 2024, 2:34:27 PM (6 weeks ago)
Author:
Nishi
Message:

[release 2.04] can read mime.types from apache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tool/genconf.c

    r176 r257  
    2929        printf("\n");
    3030        printf("MIMEType all application/octet-stream\n");
    31         printf("MIMEType .html text/html\n");
    32         printf("MIMEType .txt text/plain\n");
    33         printf("MIMEType .png image/png\n");
     31        printf("MIMEFile mime.types\n");
    3432        printf("\n");
    3533        printf("Icon all /icons/unknown.png\n");
Note: See TracChangeset for help on using the changeset viewer.