|
|
|
@ -100,6 +100,7 @@ if (Security::check_abs_path($sys_course_path.$doc_url, $sys_course_path.'/')) { |
|
|
|
|
} |
|
|
|
|
// Launch event |
|
|
|
|
Event::event_download($doc_url); |
|
|
|
|
DocumentManager::file_send_for_download($full_file_name); |
|
|
|
|
$download = (!empty($_GET['dl']) ? true : false); |
|
|
|
|
DocumentManager::file_send_for_download($full_file_name, $download); |
|
|
|
|
} |
|
|
|
|
exit; |
|
|
|
|