From 1d6a2a701985b0b86da8693bd370b2244a2c1f61 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 19 Mar 2018 11:45:48 +0100 Subject: 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 --- apps/files/appinfo/routes.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/files/appinfo') 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'); - -- cgit v1.2.3