Changeset 69
- Timestamp:
- 11/12/05 23:28:32 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedtree/trunk/src/net/feedtree/proxyapp/WebProxyClient.java
r68 r69 725 725 try { 726 726 printHttpResponse(301); 727 header("Location: /status.html");727 header("Location: status.html"); 728 728 endHeaders(); 729 729 } catch (Exception e) { die(e); } … … 732 732 printHttpResponse(200); 733 733 header("Content-Type: text/html; charset=utf-8"); 734 header("Refresh: 900 ;url=/status.html");734 header("Refresh: 900"); // 15 minutes 735 735 endHeaders(); 736 736 printStatusPage(output, this);
