openrat-cms

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

commit 6be07986cc44611831565b58b315a084304da9ad
parent 1b5e41c174d604be64c845ddbc6ac8808ac24a9d
Author: dankert <devnull@localhost>
Date:   Sat, 23 Jan 2010 00:40:11 +0100

Bei Meta-Refresh und URL-Rewriting die Session-Id an die URL hängen.

Diffstat:
Mthemes/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 @@ -7,7 +7,7 @@ <title><?php echo isset($attr_title)?$attr_title.' - ':(isset($windowTitle)?langHtml($windowTitle).' - ':'') ?><?php echo $cms_title ?></title> <meta http-equiv="content-type" content="text/html; charset=<?php echo $charset ?>" > <?php if ( isset($refresh_url) ) { ?> - <meta http-equiv="refresh" content="<?php echo isset($refresh_timeout)?$refresh_timeout:0 ?>; URL=<?php echo $refresh_url ?>"> + <meta http-equiv="refresh" content="<?php echo isset($refresh_timeout)?$refresh_timeout:0 ?>; URL=<?php echo $refresh_url; if (ini_get('session.use_trans_sid')) echo '&'.session_name().'='.session_id(); ?>"> <?php } ?> <meta name="MSSmartTagsPreventParsing" content="true" > <meta name="robots" content="noindex,nofollow" >