dokeos-online
[ class tree: dokeos-online ] [ index: dokeos-online ] [ all elements ]

Source for file online_goto.php

Documentation is available at online_goto.php

  1. <?php // $Id: online_goto.php 10863 2007-01-24 09:40:14Z bmol $
  2. /*
  3. ==============================================================================
  4.     Dokeos - elearning and course management software
  5.  
  6.     Copyright (c) 2004 Dokeos S.A.
  7.     Copyright (c) 2003 Ghent University (UGent)
  8.     Copyright (c) 2001 Universite catholique de Louvain (UCL)
  9.     Copyright (c) Olivier Brouckaert
  10.  
  11.     For a full list of contributors, see "credits.txt".
  12.     The full license can be read in "license.txt".
  13.  
  14.     This program is free software; you can redistribute it and/or
  15.     modify it under the terms of the GNU General Public License
  16.     as published by the Free Software Foundation; either version 2
  17.     of the License, or (at your option) any later version.
  18.  
  19.     See the GNU General Public License for more details.
  20.  
  21.     Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
  22. ==============================================================================
  23. */
  24. /**
  25. ==============================================================================
  26. *    Shows a link in the right frame of the Online conference tool
  27. *
  28. *    @author Olivier Brouckaert
  29. *    @package dokeos.online
  30. ==============================================================================
  31. */
  32.  
  33. header('Expires: Wed, 01 Jan 1990 00:00:00 GMT');
  34. header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
  35. header('Cache-Control: no-cache, must-revalidate');
  36. header('Pragma: no-cache');
  37.  
  38. $url=$_GET['url'];
  39. ?>
  40.  
  41. <html>
  42. <head>
  43. </head>
  44. <body style="margin:0px; padding:0px;">
  45. <iframe src="<?php echo htmlspecialchars($url)?>" width="100%" height="100%" marginwidth="0" marginheight="0" frameborder="0"></iframe>
  46. </body>
  47. </html>

Documentation generated on Thu, 12 Jun 2008 14:08:19 -0500 by phpDocumentor 1.4.1