<?php /* For licensing terms, see /license.txt */ /** * @package chamilo.exercise * * @author Claro Team <cvs@claroline.net> */ /** * Redirection. */ header("Location: ../../../"); exit();