function download_file_init in DownloadFile 6
Implementation of hook_init().
File
- ./
download_file.module, line 66 - Module to direct download files or images.
Code
function download_file_init() {
// Insert support
if (module_exists('insert')) {
module_load_include('inc', 'download_file', 'download_file');
}
}