index.php 195 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Redirect file for social network default page
  5. * @package chamilo.social
  6. */
  7. /**
  8. * Redirect
  9. */
  10. header('Location: profile.php');
  11. exit();