diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-02 19:24:43 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-02 19:24:43 -0400 |
commit | 80dff77b659d843994255509fe2f3204e2b6193e (patch) | |
tree | bd4436a728ad3b004a36eb01f654c78c0b19d70d | |
parent | e5ef3e1340f68fdcc46ba318dab1773b8fb530a8 (diff) | |
download | nextcloud-server-80dff77b659d843994255509fe2f3204e2b6193e.tar.gz nextcloud-server-80dff77b659d843994255509fe2f3204e2b6193e.zip |
Fix private links
-rwxr-xr-x | apps/files_sharing/get.php | 1 |
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'; |