open_document.php 323 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. //Disabling code due issue #2705 gradebook with id "-1"
  4. exit;
  5. /*
  6. require_once '../inc/global.inc.php';
  7. require_once '../inc/lib/document.lib.php';
  8. api_block_anonymous_users();
  9. DocumentManager :: file_send_for_download(api_get_path(SYS_COURSE_PATH).$_GET['file']);
  10. exit;
  11. */