Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Kill ajax/share.php
Using this file will insert invalid shares.
OCS has to be used exclusively!
  • Loading branch information
rullzer committed Aug 18, 2016
commit 532c0dd8cec9e0edbbc78c666e0f13848af294ca
375 changes: 0 additions & 375 deletions core/ajax/share.php

This file was deleted.

3 changes: 0 additions & 3 deletions core/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
// 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()
Expand Down