comparison src/os/win32/nginx_icon32.xpm @ 681:7e24168b0853 release-0.4.0

nginx-0.4.0-RELEASE import *) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; the bug had appeared in 0.1.29.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Aug 2006 10:39:17 +0000
parents
children
comparison
equal deleted inserted replaced
680:63a949f7ed4f 681:7e24168b0853
1 /* XPM */
2 static char * nginx_xpm[] = {
3 "32 32 2 2",
4 /* colors */
5 " c none",
6 "GG c #009900",
7 /* pixels */
8 " ",
9 " ",
10 " ",
11 " ",
12 " GGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
13 " GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
14 " GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
15 " GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
16 " GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
17 " GGGGGGGGGG GGGGGGGGGG ",
18 " GGGGGGGGGG GGGGGGGGGG ",
19 " GGGGGGGGGG GGGGGGGGGG ",
20 " GGGGGGGGGG GGGGGGGGGG ",
21 " GGGGGGGGGG ",
22 " GGGGGGGGGG ",
23 " GGGGGGGGGG GGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
24 " GGGGGGGGGG GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
25 " GGGGGGGGGG GGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
26 " GGGGGGGGGG GGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
27 " GGGGGGGGGG GGGGGGGGGGGGGGGGGGGGGGGGGG ",
28 " GGGGGGGGGG GGGGGGGGGG ",
29 " GGGGGGGGGG GGGGGGGGGG ",
30 " GGGGGGGGGG GGGGGGGGGG ",
31 " GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
32 " GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
33 " GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
34 " GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
35 " GGGGGGGGGGGGGGGGGGGGGGGGGGGG ",
36 " ",
37 " ",
38 " ",
39 " "