From 758447cfa419f1a11bc022ef8168447992364e52 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 13 Mar 2009 20:02:47 +0100 Subject: Support for multirange requests for media FS#1630 Ignore-this: 50de569608231b910a62327d2f3af1de This patch moves all HTTP sending related functions to inc/httputils.php Handling of range requests was rewritten completely to support mutirange requests. This should fix problems with Adobe Reader but needs testing. darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz --- feed.php | 1 + 1 file changed, 1 insertion(+) (limited to 'feed.php') diff --git a/feed.php b/feed.php index 7150a8e1e..dd790fec5 100644 --- a/feed.php +++ b/feed.php @@ -14,6 +14,7 @@ require_once(DOKU_INC.'inc/feedcreator.class.php'); require_once(DOKU_INC.'inc/auth.php'); require_once(DOKU_INC.'inc/pageutils.php'); + require_once(DOKU_INC.'inc/httputils.php'); //close session session_write_close(); -- cgit v1.2.3