diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-18 20:53:46 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-18 20:56:02 +0200 |
commit | 532c0dd8cec9e0edbbc78c666e0f13848af294ca (patch) | |
tree | fd831278a4589ee824285567a860302cbdcb5ea7 /core/routes.php | |
parent | 7f96e4e6754cf421b6325e757477e69badd5f579 (diff) | |
download | nextcloud-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.php | 3 |
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() |