aboutsummaryrefslogtreecommitdiff
path: root/actions/download.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/download.php')
-rw-r--r--actions/download.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/actions/download.php b/actions/download.php
index 31f21f0f5..fd23a21a7 100644
--- a/actions/download.php
+++ b/actions/download.php
@@ -1,13 +1,10 @@
<?php
/**
- * Elgg file browser download action.
+ * Tidypics Download File Action
*
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
*/
- global $CONFIG;
+ global $CONFIG;
$file_guid = (int) get_input("file_guid");
$file = get_entity($file_guid);