summaryrefslogtreecommitdiff
path: root/lib/exe/fetch.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-02-01 16:20:40 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-02-01 16:20:40 +0100
commit24b3cb1ac0784ffa2acabf021fdd06c6d49cc7b1 (patch)
treeae5577f90610170f955b169b6bf414acda8cfcb6 /lib/exe/fetch.php
parentc2a6d81662045023bdf1617b6b49f71c274d55ca (diff)
downloadrpg-24b3cb1ac0784ffa2acabf021fdd06c6d49cc7b1.tar.gz
rpg-24b3cb1ac0784ffa2acabf021fdd06c6d49cc7b1.tar.bz2
removed require's in lib/exe/*
Diffstat (limited to 'lib/exe/fetch.php')
-rw-r--r--lib/exe/fetch.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php
index 11877ef36..78de3188b 100644
--- a/lib/exe/fetch.php
+++ b/lib/exe/fetch.php
@@ -9,14 +9,8 @@
if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../');
define('DOKU_DISABLE_GZIP_OUTPUT', 1);
require_once(DOKU_INC.'inc/init.php');
- require_once(DOKU_INC.'inc/common.php');
- require_once(DOKU_INC.'inc/media.php');
- require_once(DOKU_INC.'inc/pageutils.php');
- require_once(DOKU_INC.'inc/httputils.php');
- require_once(DOKU_INC.'inc/confutils.php');
- require_once(DOKU_INC.'inc/auth.php');
-
- //close sesseion
+
+ //close session
session_write_close();
$mimetypes = getMimeTypes();