From 06f8ea247b4dda90b196639655f6fe6a124c904b Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 13 Apr 2017 11:05:44 +0200 Subject: Remove invalid route Said file doesn't exist anymore and accessing it would just return a 500 Signed-off-by: Lukas Reschke --- apps/files_sharing/appinfo/routes.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps') diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 439d46253d4..56eece341a9 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -125,8 +125,6 @@ $application->registerRoutes($this, [ ]); /** @var $this \OCP\Route\IRouter */ -$this->create('files_sharing_ajax_list', 'ajax/list.php') - ->actionInclude('files_sharing/ajax/list.php'); $this->create('sharing_external_shareinfo', '/shareinfo') ->actionInclude('files_sharing/ajax/shareinfo.php'); -- cgit v1.2.3