10 lines
179 B
PHP
10 lines
179 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* Redirect file for social network default page.
|
|
*
|
|
* @package chamilo.social
|
|
*/
|
|
header('Location: profile.php');
|
|
exit();
|