index.php 404 B

123456789101112
  1. <?php
  2. /* See license terms in /dokeos_license.txt */
  3. /**
  4. * Generates the HTML page containing the iframe that loads the videoconference's Flash plugin
  5. */
  6. include("../inc/global.inc.php");
  7. api_protect_course_script();
  8. $_SESSION["roomType"] = $_GET['type'];
  9. ?>
  10. <span align="center">
  11. <iframe frameborder="0" scrolling="no" width="100%" height="100%" src="videoconference.html"></iframe>
  12. </span>