12 lines
164 B
PHP
12 lines
164 B
PHP
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* @author Claro Team <cvs@claroline.net>
|
|
*/
|
|
/**
|
|
* Redirection.
|
|
*/
|
|
header('Location: ../../../');
|
|
exit();
|