aboutsummaryrefslogtreecommitdiff
path: root/mod/file/download.php
blob: b2acdffecda951c6c2957398b38dc63c31384836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Elgg file download.
 * 
 * @package ElggFile
 */
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");

// Get the guid
$file_guid = get_input("file_guid");

forward("file/download/$file_guid");