share.php 280 B

1234567891011121314
  1. <?php
  2. /**
  3. * @license see /license.txt
  4. * @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
  5. */
  6. require_once __DIR__.'/../inc/global.inc.php';
  7. $has_access = api_protect_course_script();
  8. if (!$has_access) {
  9. exit;
  10. }
  11. Portfolio::controller()->run();