2012-09-29 00:19:37 +04:00
|
|
|
<?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' => '.*'))
|
2012-11-29 21:30:02 +04:00
|
|
|
->actionInclude('files/download.php');
|