diff options
Diffstat (limited to 'apps/files_sharing/ajax/toggleresharing.php')
-rw-r--r-- | apps/files_sharing/ajax/toggleresharing.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/ajax/toggleresharing.php b/apps/files_sharing/ajax/toggleresharing.php index 72af1eedec1..bd4d23ff79f 100644 --- a/apps/files_sharing/ajax/toggleresharing.php +++ b/apps/files_sharing/ajax/toggleresharing.php @@ -1,7 +1,5 @@ <?php -require_once('../../../lib/base.php'); - OC_JSON::checkAppEnabled('files_sharing'); OC_JSON::checkAdminUser(); if ($_POST['resharing'] == true) { |