open_document.php 388 B

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