diff options
Diffstat (limited to 'mod/file/actions/download.php')
-rw-r--r-- | mod/file/actions/download.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mod/file/actions/download.php b/mod/file/actions/download.php new file mode 100644 index 000000000..4ea08ae84 --- /dev/null +++ b/mod/file/actions/download.php @@ -0,0 +1,16 @@ +<?php + /** + * Elgg file browser download action. + * + * @package ElggFile + * @author Marcus Povey + * @copyright Curverider Ltd 2008 + * @link http://elgg.com/ + */ + + + $file_guid = get_input("file_guid"); + + + echo "$file_guid"; +?>
\ No newline at end of file |