summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-03-19 11:45:48 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2018-03-19 11:45:48 +0100
commit1d6a2a701985b0b86da8693bd370b2244a2c1f61 (patch)
tree021d03e23598aac208561ce091dde02e3d4e283c /apps/files/appinfo
parent05203e3fc0fbdecb70f49573a1068d1c8408445d (diff)
downloadnextcloud-server-1d6a2a701985b0b86da8693bd370b2244a2c1f61.tar.gz
nextcloud-server-1d6a2a701985b0b86da8693bd370b2244a2c1f61.zip
Remove unused download.php
There were two routes apps/files/ajax/download.php but apparently also apps/files/download.php I could not find any use of it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/routes.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php
index 3912d723508..0d1449ff355 100644
--- a/apps/files/appinfo/routes.php
+++ b/apps/files/appinfo/routes.php
@@ -86,8 +86,3 @@ $this->create('files_ajax_download', 'ajax/download.php')
->actionInclude('files/ajax/download.php');
$this->create('files_ajax_list', 'ajax/list.php')
->actionInclude('files/ajax/list.php');
-
-$this->create('download', 'download{file}')
- ->requirements(['file' => '.*'])
- ->actionInclude('files/download.php');
-