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