index.php 493 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Displays courses tools activities in RSS format.
  4. *
  5. * @license see /license.txt
  6. * @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
  7. */
  8. //require_once dirname(__FILE__) . '/../inc/autoload.inc.php';
  9. $controller = CourseNoticeController::instance();
  10. KeyAuth::enable_services($controller);
  11. $language_file = array('announcements', 'document', 'link', 'agenda', 'admin');
  12. require_once dirname(__FILE__) . '/../inc/global.inc.php';
  13. $controller->run();