From 6c209ba230a62d958152e8361cacdbafbfa6222c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 24 Nov 2017 11:14:39 +0100 Subject: [PATCH] Nextcloud will handle if an app is disabled and redirect to a valid URL Signed-off-by: Morris Jobke --- files_opds/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/files_opds/index.php b/files_opds/index.php index 7098f8f..16ee008 100644 --- a/files_opds/index.php +++ b/files_opds/index.php @@ -12,8 +12,6 @@ namespace OCA\Files_Opds; -\OCP\App::checkAppEnabled('files_opds'); - Util::authenticateUser(); /* Refuse access if user disabled opds support */