index.php 195 B

12345678910111213
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * @package chamilo.exercise
  5. *
  6. * @author Claro Team <cvs@claroline.net>
  7. */
  8. /**
  9. * Redirection.
  10. */
  11. header("Location: ../../../");
  12. exit();