diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-01 12:13:20 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-01 12:13:20 +0000 |
commit | f4adea3198f441663835ea4e45f622483adb444e (patch) | |
tree | ef61bc9b6cde3e60083fea9c6dd6a17ceb2aebe9 /mod/file/index.php | |
parent | 01693c67dbb7ed686b6fa03faba875eb11fea160 (diff) | |
download | elgg-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.php | 3 |
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"); |