aboutsummaryrefslogtreecommitdiff
path: root/mod/file/index.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-01 12:13:20 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-01 12:13:20 +0000
commitf4adea3198f441663835ea4e45f622483adb444e (patch)
treeef61bc9b6cde3e60083fea9c6dd6a17ceb2aebe9 /mod/file/index.php
parent01693c67dbb7ed686b6fa03faba875eb11fea160 (diff)
downloadelgg-f4adea3198f441663835ea4e45f622483adb444e.tar.gz
elgg-f4adea3198f441663835ea4e45f622483adb444e.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Using mime types git-svn-id: https://code.elgg.org/elgg/trunk@591 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/index.php')
-rw-r--r--mod/file/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/file/index.php b/mod/file/index.php
index 577233276..896eb9e94 100644
--- a/mod/file/index.php
+++ b/mod/file/index.php
@@ -6,6 +6,9 @@
* @author Marcus Povey
* @copyright Curverider Ltd 2008
* @link http://elgg.com/
+ *
+ *
+ * TODO: File icons, download & mime types
*/
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");