index.php 244 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /*
  4. Index can be found in:
  5. IndexController :: indexAction
  6. Chamilo\CoreBundle\Controller\IndexController
  7. */
  8. // @todo change root .htaccess
  9. header('Location: public/index.php');
  10. exit;