index.php 181 B

12345678910
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * @package chamilo.main
  5. */
  6. //Temporal hack to redirect calls to the new web/index.php
  7. header('Location: web/index');
  8. exit;