aboutsummaryrefslogtreecommitdiff
path: root/mod/file/upload.php
blob: d0e0a990141bf6a468ef44013110fd121515fe2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
	/**
	 * Elgg file browser uploader
	 * 
	 * @package ElggFile
	 * @author Marcus Povey
	 * @copyright Curverider Ltd 2008
	 * @link http://elgg.com/
	 */

	// Render the file upload page
	page_draw(elgg_echo("file:upload"), elgg_view("file/upload", NULL));
?>