index-logged-dist.php 306 B

1234567891011121314151617
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Redirect to normal Chamilo
  5. * @package chamilo.custompages
  6. */
  7. /**
  8. * Initialization
  9. */
  10. require_once(dirname(__FILE__).'/../main/inc/global.inc.php');
  11. $www = api_get_path('WEB_PATH');
  12. /**
  13. * Redirect
  14. */
  15. header("Location: $www/user_portal.php");