summaryrefslogtreecommitdiffstats
path: root/core/routes.php
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2013-08-19 13:24:07 +0200
committerGeorg Ehrke <developer@georgehrke.com>2013-08-19 13:24:07 +0200
commitd9e8ebabdcd99bade4201d6be82e1841d30c5d65 (patch)
tree75436f33bada80aa42688b478b750399861993e9 /core/routes.php
parent48f0c54261bfa2d2f20864b0d41db8f1df6f1777 (diff)
downloadnextcloud-server-d9e8ebabdcd99bade4201d6be82e1841d30c5d65.tar.gz
nextcloud-server-d9e8ebabdcd99bade4201d6be82e1841d30c5d65.zip
outsource sharing and deleted files previews to apps
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/routes.php b/core/routes.php
index ce35be1d583..f0f8ce571e2 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -44,10 +44,6 @@ $this->create('core_ajax_routes', '/core/routes.json')
->action('OC_Router', 'JSRoutes');
$this->create('core_ajax_preview', '/core/preview.png')
->actionInclude('core/ajax/preview.php');
-$this->create('core_ajax_trashbin_preview', '/core/trashbinpreview.png')
- ->actionInclude('core/ajax/trashbinpreview.php');
-$this->create('core_ajax_public_preview', '/core/publicpreview.png')
- ->actionInclude('core/ajax/publicpreview.php');
OC::$CLASSPATH['OC_Core_LostPassword_Controller'] = 'core/lostpassword/controller.php';
$this->create('core_lostpassword_index', '/lostpassword/')
->get()