Differences From Artifact [2ff7f76502]:
- File src/doc.c — part of check-in [49a015ef79] at 2011-10-29 17:22:31 on branch trunk — For the /doc web method, append "index.html" if the path ends with "/". (user: drh size: 26569) [more...]
To Artifact [a5581e278f]:
- File src/doc.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 26611)
| ︙ | |||
602 603 604 605 606 607 608 | 602 603 604 605 606 607 608 609 610 611 612 613 | + + + + + |
if( blob_size(&logo)==0 ){
blob_init(&logo, (char*)aLogo, sizeof(aLogo));
}
cgi_set_content_type(zMime);
cgi_set_content(&logo);
g.isConst = 1;
}
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|