From 532c0dd8cec9e0edbbc78c666e0f13848af294ca Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 18 Aug 2016 20:53:46 +0200 Subject: Kill ajax/share.php Using this file will insert invalid shares. OCS has to be used exclusively! --- core/routes.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/routes.php') 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() -- cgit v1.2.3