chamilo/chamilo-lms

View on GitHub
public/main/social/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/* For licensing terms, see /license.txt */
/**
 * Redirect file for social network default page.
 */
header('Location: profile.php');
exit();