chamilo/chamilo-lms

View on GitHub
public/main/exercise/export/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/* For licensing terms, see /license.txt */
/**
 * @author Claro Team <cvs@claroline.net>
 */
/**
 * Redirection.
 */
header('Location: ../../../');
exit();