You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
191 B
12 lines
191 B
|
14 years ago
|
<?php
|
||
|
|
/* For licensing terms, see /license.txt */
|
||
|
16 years ago
|
/**
|
||
|
14 years ago
|
* @package chamilo.exercise
|
||
|
14 years ago
|
* @author Claro Team <cvs@claroline.net>
|
||
|
16 years ago
|
*/
|
||
|
14 years ago
|
/**
|
||
|
|
* Redirection
|
||
|
|
*/
|
||
|
16 years ago
|
header("Location: ../../../");
|
||
|
16 years ago
|
exit();
|