diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-06-16 19:45:34 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-06-17 13:08:24 +0200 |
commit | 361607c72dd71eed482d1034f164d513ee66b8e6 (patch) | |
tree | a9b31a48968af04de43e97796fbf105885cc55e0 /apps/files_sharing/ajax | |
parent | e7365c95078c39c1df5575c979bbdbed7cb7b568 (diff) | |
download | nextcloud-server-361607c72dd71eed482d1034f164d513ee66b8e6.tar.gz nextcloud-server-361607c72dd71eed482d1034f164d513ee66b8e6.zip |
testremote is for public access
Diffstat (limited to 'apps/files_sharing/ajax')
-rw-r--r-- | apps/files_sharing/ajax/testremote.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/ajax/testremote.php b/apps/files_sharing/ajax/testremote.php index 32e2f554875..3d9092a034f 100644 --- a/apps/files_sharing/ajax/testremote.php +++ b/apps/files_sharing/ajax/testremote.php @@ -7,7 +7,6 @@ */ OCP\JSON::checkAppEnabled('files_sharing'); -OCP\JSON::checkLoggedIn(); $remote = $_GET['remote']; |