open_document.php 218 B

1234567891011
  1. <?php
  2. include ('../inc/global.inc.php');
  3. include ('../inc/lib/document.lib.php');
  4. api_block_anonymous_users();
  5. DocumentManager :: file_send_for_download(api_get_path(SYS_COURSE_PATH).$_GET['file']);
  6. ?>