summaryrefslogtreecommitdiffstats
path: root/core/routes.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-18 20:53:46 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-18 20:56:02 +0200
commit532c0dd8cec9e0edbbc78c666e0f13848af294ca (patch)
treefd831278a4589ee824285567a860302cbdcb5ea7 /core/routes.php
parent7f96e4e6754cf421b6325e757477e69badd5f579 (diff)
downloadnextcloud-server-532c0dd8cec9e0edbbc78c666e0f13848af294ca.tar.gz
nextcloud-server-532c0dd8cec9e0edbbc78c666e0f13848af294ca.zip
Kill ajax/share.php
Using this file will insert invalid shares. OCS has to be used exclusively!
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/routes.php b/core/routes.php
index b4868c14cf3..037aa4307b3 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -69,9 +69,6 @@ $this->create('search_ajax_search', '/core/search')
// AppConfig
$this->create('core_ajax_appconfig', '/core/ajax/appconfig.php')
->actionInclude('core/ajax/appconfig.php');
-// Share
-$this->create('core_ajax_share', '/core/ajax/share.php')
- ->actionInclude('core/ajax/share.php');
// Tags
$this->create('core_tags_tags', '/tags/{type}')
->get()