summaryrefslogtreecommitdiff
path: root/feed.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-03-12 14:09:57 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-03-12 14:09:57 +0100
commit05ed2c25ea0dc45eef2af0f9f4176c939af41100 (patch)
tree08a99b2cb2f484fca9b53e602deb409711a11ac2 /feed.php
parent24b3cb1ac0784ffa2acabf021fdd06c6d49cc7b1 (diff)
downloadrpg-05ed2c25ea0dc45eef2af0f9f4176c939af41100.tar.gz
rpg-05ed2c25ea0dc45eef2af0f9f4176c939af41100.tar.bz2
some more load fixes
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/feed.php b/feed.php
index 0ad1c2c30..73227e055 100644
--- a/feed.php
+++ b/feed.php
@@ -8,13 +8,6 @@
if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/');
require_once(DOKU_INC.'inc/init.php');
-require_once(DOKU_INC.'inc/common.php');
-require_once(DOKU_INC.'inc/events.php');
-require_once(DOKU_INC.'inc/parserutils.php');
-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();