From 361607c72dd71eed482d1034f164d513ee66b8e6 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Mon, 16 Jun 2014 19:45:34 +0200
Subject: [PATCH] testremote is for public access

---
 apps/files_sharing/ajax/testremote.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/files_sharing/ajax/testremote.php b/apps/files_sharing/ajax/testremote.php
index 32e2f55487..3d9092a034 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'];
 
-- 
GitLab