openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e4e13cae05d4b140406465f4da81609fba9a5919
parent c361bc03171ebe2793f8996ecebb95368ba47a2d
Author: dankert <devnull@localhost>
Date:   Mon, 22 Oct 2007 20:45:41 +0200

HTTP-Header nur setzen, wenn dies m?glich ist.

Diffstat:
themes/default/include/html/page.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/page.inc.php b/themes/default/include/html/page.inc.php @@ -1,4 +1,4 @@ -<?php header('Content-Type: text/html; charset='.lang('CHARSET')) +<?php if (!headers_sent()) header('Content-Type: text/html; charset='.lang('CHARSET')) ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head>