Changeset 11111
- Timestamp:
- Aug 4, 2010, 2:21:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/libtransmission/rpc-server.c
r10985 r11111 609 609 || !strcmp( req->uri, "/" ) ) 610 610 { 611 const char * location = "transmission/web/"; 612 evhttp_add_header( req->output_headers, "Location", location ); 611 evhttp_add_header( req->output_headers, "Location", "/transmission/web/" ); 613 612 send_simple_response( req, HTTP_MOVEPERM, NULL ); 614 613 }
Note: See TracChangeset
for help on using the changeset viewer.