diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-04-13 11:05:44 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-04-13 11:05:44 +0200 |
commit | 06f8ea247b4dda90b196639655f6fe6a124c904b (patch) | |
tree | e6606db3866bdcd59dffb6a91901569419980f9b /apps | |
parent | 01f3698175694d9994c8ef0bb91745582edf3345 (diff) | |
download | nextcloud-server-06f8ea247b4dda90b196639655f6fe6a124c904b.tar.gz nextcloud-server-06f8ea247b4dda90b196639655f6fe6a124c904b.zip |
Remove invalid route
Said file doesn't exist anymore and accessing it would just return a 500
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/appinfo/routes.php | 2 |
1 files changed, 0 insertions, 2 deletions
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'); |