index.php 175 B

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