summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-02-09 20:04:00 +0100
committerandi <andi@splitbrain.org>2005-02-09 20:04:00 +0100
commit907ac107ddb83702d2f67ebb7022711e39a62b5a (patch)
treedca3546cb4b2154f8b8fbb3031ecd31687ebcfec /doku.php
parentcc20ad515f19b48e65d1ccbd3d5f0056276a2816 (diff)
downloadrpg-907ac107ddb83702d2f67ebb7022711e39a62b5a.tar.gz
rpg-907ac107ddb83702d2f67ebb7022711e39a62b5a.tar.bz2
moved content header (maybe fixes #110)
darcs-hash:20050209190400-9977f-a416f864348340eb2ae4052249bbc1a86dfd781b.gz
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/doku.php b/doku.php
index 36aece430..e25ce324a 100644
--- a/doku.php
+++ b/doku.php
@@ -41,7 +41,6 @@
if(empty($ID)) $ID = $conf['start'];
if(empty($ACT)) $ACT = 'show';
- header('Content-Type: text/html; charset='.$lang['encoding']);
if($ACT == 'debug'){
html_debug();
@@ -117,6 +116,7 @@
}
//start output
+ header('Content-Type: text/html; charset='.$lang['encoding']);
if(substr($ACT,0,6) != 'export') html_header();
if(html_acl($permneed)){
if($ACT == 'edit'){