Changeset 1319
- Timestamp:
- 2005-06-07 07:05:42 (4 years ago)
- Files:
-
- mod_annodex-ap13/trunk/mod_annodex.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mod_annodex-ap13/trunk/mod_annodex.c
r1253 r1319 800 800 table * cgi_table; 801 801 802 table_set (r->headers_out, (const char *)"X-Accept-TimeURI",803 "application/x-annodex");804 805 802 uri = &(r->parsed_uri); 806 803 … … 896 893 r->content_type = ANX_MIME_TYPE; 897 894 } 895 896 table_set (r->headers_out, (const char *)"X-Accept-TimeURI", 897 "application/x-annodex"); 898 898 899 899 #ifdef BLAHBLIMBLAM__PROTOTYPE