index.php 191 B

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