diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-27 16:50:10 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-27 16:50:10 +0200 |
commit | 5961d5aae4c40aae80050db4c8adf611b9c7888c (patch) | |
tree | 106f2ff3bc9b38ced537aa86f357a6a3d561a6ce /apps/files/download.php | |
parent | db6361ef0314868edc9d58a81c0806c8c758af0a (diff) | |
download | nextcloud-server-5961d5aae4c40aae80050db4c8adf611b9c7888c.tar.gz nextcloud-server-5961d5aae4c40aae80050db4c8adf611b9c7888c.zip |
Add app:check-code for already compatible apps
* admin_audit, comments, federation
* removed not needed call to OC_Util::checkAdminUser() (is already
done by the request handler before)
Diffstat (limited to 'apps/files/download.php')
-rw-r--r-- | apps/files/download.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/download.php b/apps/files/download.php index 38ac2a074c3..da01f98ed62 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -26,9 +26,6 @@ * */ -// Check if we are a user -OCP\User::checkLoggedIn(); - $filename = $_GET["file"]; if(!\OC\Files\Filesystem::file_exists($filename)) { |