Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2012-05-03 03:24:43 +0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2012-05-03 03:24:43 +0400
commit80dff77b659d843994255509fe2f3204e2b6193e (patch)
treebd4436a728ad3b004a36eb01f654c78c0b19d70d /apps/files_sharing
parente5ef3e1340f68fdcc46ba318dab1773b8fb530a8 (diff)
Fix private links
Diffstat (limited to 'apps/files_sharing')
-rwxr-xr-xapps/files_sharing/get.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/get.php b/apps/files_sharing/get.php
index 32bca2ad6e9..a741139b929 100755
--- a/apps/files_sharing/get.php
+++ b/apps/files_sharing/get.php
@@ -1,7 +1,6 @@
<?php
$RUNTIME_NOSETUPFS=true; //don't setup the fs yet
-require_once '../../lib/base.php';
OC_JSON::checkAppEnabled('files_sharing');
require_once 'lib_share.php';