aboutsummaryrefslogtreecommitdiff
path: root/mod/file/actions/file/download.php
blob: 6768bd4b13adcc67e9babc452515c175c0e7bbe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Elgg file browser download action.
 *
 * @package ElggFile
 */

// @todo this is here for backwards compatibility (first version of embed plugin?)
$download_page_handler = elgg_get_plugin_path() . 'file/download.php';

include $download_page_handler;