summaryrefslogtreecommitdiff
path: root/feed.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-03-13 20:02:47 +0100
committerAndreas Gohr <andi@splitbrain.org>2009-03-13 20:02:47 +0100
commit758447cfa419f1a11bc022ef8168447992364e52 (patch)
tree7f10e61b2a085ac08a786bb1d5fa91cd2f4d09b3 /feed.php
parentaf03da1a940f1ada715dcb574ff12a3e23465d99 (diff)
downloadrpg-758447cfa419f1a11bc022ef8168447992364e52.tar.gz
rpg-758447cfa419f1a11bc022ef8168447992364e52.tar.bz2
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
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php1
1 files changed, 1 insertions, 0 deletions
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();