Skip to content

Commit

Permalink
Kill ajax/share.php
Browse files Browse the repository at this point in the history
Using this file will insert invalid shares.
OCS has to be used exclusively!
  • Loading branch information
rullzer committed Aug 18, 2016
1 parent 7d4d73d commit 24e1621
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 378 deletions.
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

0 comments on commit 24e1621

Please sign in to comment.