openrat-cms

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

commit 62e09ace43b29a52bf3f24b6b630fed4896bb88a
parent effbdd52d0ff504cc07c27949150c32ac5f28ce1
Author: dankert <devnull@localhost>
Date:   Sat, 10 Nov 2007 00:34:31 +0100

Header "Content-Language:" setzen.

Diffstat:
actionClasses/Action.class.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/actionClasses/Action.class.php b/actionClasses/Action.class.php @@ -72,6 +72,8 @@ class Action $this->templateVars['errors' ] = array(); $this->templateVars['notices'] = array(); + + header('Content-Language: '.$conf['language']['language_code']); }