aboutsummaryrefslogtreecommitdiff
path: root/mod/file/actions/file/download.php
blob: d6abb83984d4171fd59db419878e78c702a89ea3 (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_plugins_path() . 'file/download.php';

include $download_page_handler;