index.php 373 B

1234567891011121314
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Redirection script
  5. * @package chamilo.learnpath
  6. * @author Yannick Warnier <ywarnier@beeznest.org>
  7. */
  8. // Flag to allow for anonymous user - needs to be set before global.inc.php.
  9. $use_anonymous = true;
  10. require_once '../inc/global.inc.php';
  11. header('location: lp_controller.php?'.api_get_cidReq().'&action=list');