aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/routes.php
blob: 307a4d0320d1b9527dcf7c48a62f1e9d36752cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Copyright (c) 2012 Bart Visscher <bartv@thisnet.nl>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

$this->create('download', 'download{file}')
	->requirements(array('file' => '.*'))
	->actionInclude('files/download.php');
// oC JS config
$this->create('publicListView', 'js/publiclistview.js')
	->actionInclude('files/js/publiclistview.php');