aboutsummaryrefslogtreecommitdiff
path: root/mod/file/actions
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/actions')
-rw-r--r--mod/file/actions/delete.php3
-rw-r--r--mod/file/actions/download.php3
-rw-r--r--mod/file/actions/save.php3
-rw-r--r--mod/file/actions/upload.php3
4 files changed, 0 insertions, 12 deletions
diff --git a/mod/file/actions/delete.php b/mod/file/actions/delete.php
index 7e826278c..e7ad90289 100644
--- a/mod/file/actions/delete.php
+++ b/mod/file/actions/delete.php
@@ -4,9 +4,6 @@
* Elgg file delete
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
$guid = (int) get_input('file');
diff --git a/mod/file/actions/download.php b/mod/file/actions/download.php
index ef5f24964..210735b74 100644
--- a/mod/file/actions/download.php
+++ b/mod/file/actions/download.php
@@ -3,9 +3,6 @@
* Elgg file browser download action.
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
// Get the guid
diff --git a/mod/file/actions/save.php b/mod/file/actions/save.php
index e2f401e8d..5e2045ae8 100644
--- a/mod/file/actions/save.php
+++ b/mod/file/actions/save.php
@@ -3,9 +3,6 @@
* Elgg file browser save action
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;
diff --git a/mod/file/actions/upload.php b/mod/file/actions/upload.php
index 1f12dad9a..367488d7c 100644
--- a/mod/file/actions/upload.php
+++ b/mod/file/actions/upload.php
@@ -3,9 +3,6 @@
* Elgg file browser uploader/edit action
*
* @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;