[svn r14478] Added cidReq to header frame

skala
Yannick Warnier 18 years ago
parent d9c9153aa3
commit 5c002ea348
  1. 4
      main/document/showinframes.php

@ -1,4 +1,4 @@
<?php // $Id: showinframes.php 13074 2007-09-18 16:06:35Z elixir_inter $ .<?php // $Id: showinframes.php 14478 2008-03-03 21:46:38Z yannoo $
/* /*
============================================================================== ==============================================================================
Dokeos - elearning and course management software Dokeos - elearning and course management software
@ -89,7 +89,7 @@ if($is_courseAdmin)
<title><?php echo $browser_display_title;?></title> <title><?php echo $browser_display_title;?></title>
</head> </head>
<frameset rows="<?php echo $frameheight; ?>,*" border="0" frameborder="no" > <frameset rows="<?php echo $frameheight; ?>,*" border="0" frameborder="no" >
<frame name="top" scrolling="no" noresize target="contents" src="headerpage.php?file=<?php echo urlencode($_GET['file']); ?>"> <frame name="top" scrolling="no" noresize target="contents" src="headerpage.php?file=<?php echo urlencode($_GET['file']).'&amp;'.api_get_cidreq(); ?>">
<frame name="main" src="<?php echo api_get_path('WEB_COURSE_PATH').$_course['path'].'/document'.str_replace('%2F', '/',urlencode($_GET['file'])).'?'.api_get_cidreq().'&rand='.mt_rand(1,10000); ?>"> <frame name="main" src="<?php echo api_get_path('WEB_COURSE_PATH').$_course['path'].'/document'.str_replace('%2F', '/',urlencode($_GET['file'])).'?'.api_get_cidreq().'&rand='.mt_rand(1,10000); ?>">
<noframes> <noframes>
<body> <body>

Loading…
Cancel
Save