]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix private links
authorMichael Gapczynski <GapczynskiM@gmail.com>
Wed, 2 May 2012 23:24:43 +0000 (19:24 -0400)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Wed, 2 May 2012 23:24:43 +0000 (19:24 -0400)
apps/files_sharing/get.php

index 32bca2ad6e912c9ac2521e13e5d9119cbca4b40b..a741139b929dd37eb11a8e529ce559bfad7942f8 100755 (executable)
@@ -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';