index.php 104 B

123456
  1. <?php
  2. /* For licensing terms, see /chamilo_license.txt */
  3. header('Location: profile.php');
  4. exit();
  5. ?>