Skip to content
Snippets Groups Projects
Commit 907ac107 authored by andi's avatar andi
Browse files

moved content header (maybe fixes #110)

darcs-hash:20050209190400-9977f-a416f864348340eb2ae4052249bbc1a86dfd781b.gz
parent cc20ad51
No related branches found
No related tags found
No related merge requests found
......@@ -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'){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment