index.php 179 B

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